Shoppe-Manne/main.cpp
Shaquille Soekhlal 48eec85893 Add sqlite library
2019-05-20 21:57:01 -03:00

14 lines
154 B
C++

#include<iostream>
#include "headers/3rd-party/sqlite_orm.h"
class item{
public:
private:
};
int main(){
std::cout << "Hello";
return 0;
}