mirror of
https://github.com/YuhangQ/InvoDB.git
synced 2025-01-27 15:10:57 +00:00
15 lines
200 B
C++
15 lines
200 B
C++
//
|
|
// Created by YuhangQ on 2021/9/24.
|
|
//
|
|
|
|
#ifndef INVODB_MAIN_H
|
|
#define INVODB_MAIN_H
|
|
|
|
#include <iostream>
|
|
#include <cstdlib>
|
|
#include <ctime>
|
|
#include <models/collection.h>
|
|
|
|
|
|
#endif //INVODB_MAIN_H
|