diff --git a/Test.c b/Test.c new file mode 100644 index 0000000..83a3d73 --- /dev/null +++ b/Test.c @@ -0,0 +1,7 @@ +#include + +int main(vodi) +{ + printf("Hello!"); + return 0; +} \ No newline at end of file