From 4d29bc0d6013d8cd3094504437a690079cbeb34a Mon Sep 17 00:00:00 2001 From: Ian Piumarta Date: Sun, 19 Jan 2025 11:04:37 +0900 Subject: [PATCH] prints hello world --- test.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 test.txt 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;