InvoDB/invodb/main.h
2021-10-23 16:28:57 +08:00

12 lines
163 B
C++

//
// Created by YuhangQ on 2021/9/24.
//
#ifndef INVODB_MAIN_H
#define INVODB_MAIN_H
#include <iostream>
#include "models/collection.h"
#endif //INVODB_MAIN_H