10 lines
101 B
C++
10 lines
101 B
C++
#include "3th-party/sqlite_orm.h"
|
|
#include <iostream>
|
|
|
|
|
|
int main(){
|
|
|
|
std::cout << "nonsense";
|
|
|
|
}
|