commit 39785e46e5d2581c722043fa247f3cee6678b187 Author: Siddhartha Puri Date: Tue Nov 1 12:36:36 2022 +0100 first commit diff --git a/main.c b/main.c new file mode 100644 index 0000000..f19fe65 --- /dev/null +++ b/main.c @@ -0,0 +1,3 @@ +int main(){ +printf("Hello World!"); +}