diff --git a/test.txt b/test.txt old mode 100644 new mode 100755 index 722750b..3618350 --- a/test.txt +++ b/test.txt @@ -1,10 +1,10 @@ +#!./main + // -*- C -*- #include -#include "myfile.c" - -int main() +int main(int argc, char **argv) { printf("hello, world\n"); return 0;