mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-08 21:17:50 +00:00
added main.cpp for testing
This commit is contained in:
8
test/main.cpp
Normal file
8
test/main.cpp
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <boo.hpp>
|
||||||
|
|
||||||
|
int main(int argc, char** argv)
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user