diff --git a/Test.cpp b/Test.cpp new file mode 100644 index 0000000..6ed636d --- /dev/null +++ b/Test.cpp @@ -0,0 +1,6 @@ +#include + +int main() +{ + printf("hello\n"); +}