mirror of https://github.com/AxioDL/boo.git
added main.cpp for testing
This commit is contained in:
parent
fea6b56eab
commit
0fa62e310a
|
@ -0,0 +1,8 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <boo.hpp>
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue