InvoDB/invodb/main.h
2021-10-26 12:29:59 +08:00

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