diff --git a/project/sanity.cpp b/project/sanity.cpp new file mode 100644 index 0000000..7522726 --- /dev/null +++ b/project/sanity.cpp @@ -0,0 +1,7 @@ +#include "stdio.h" + +int main() +{ + puts( "Hello World!\n" ); + return 0; +}