10 lines
155 B
C++
10 lines
155 B
C++
/*
|
|
* Created by Aaron Helton on 01/01/22
|
|
*/
|
|
#include <EmberLibPlus/Util/SQLite.hpp>
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
print_hello();
|
|
return 0;
|
|
} |