2019-05-20 22:46:21 +00:00
|
|
|
#include<iostream>
|
2019-05-21 00:57:01 +00:00
|
|
|
#include "headers/3rd-party/sqlite_orm.h"
|
2019-05-20 22:46:21 +00:00
|
|
|
|
|
|
|
class item{
|
|
|
|
public:
|
2019-05-20 23:23:26 +00:00
|
|
|
|
|
|
|
private:
|
2019-05-20 22:46:21 +00:00
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
int main(){
|
2019-05-21 00:57:01 +00:00
|
|
|
std::cout << "Hello";
|
2019-05-20 22:46:21 +00:00
|
|
|
return 0;
|
|
|
|
}
|