diff --git a/new.txt b/new.txt new file mode 100644 index 0000000..9205031 --- /dev/null +++ b/new.txt @@ -0,0 +1,7 @@ +#include + +int main(void){ + int newnew = 0; + + printf("hello, world!"); +} \ No newline at end of file