diff --git a/README.md b/README.md index 7abbaf8..4d7b95d 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -# SuperCoolProject \ No newline at end of file +# SuperCoolProject + +Guys im having second thoughts, this might not be as cool as I thought. + +Mark Fuller and Dannis Wu; Updated by Dannis Wu on 2025/10/25 + + diff --git a/hello.c b/hello.c new file mode 100644 index 0000000..bd2b7d9 --- /dev/null +++ b/hello.c @@ -0,0 +1,5 @@ +#include +int main(void){ + printf("Hello, world!\\n"); + return 0; +}