commit 81fd7caddd9f782128f76d3e018e2b56ae0e360e Author: Luke Betteridge Date: Thu Mar 19 21:03:02 2026 +0000 initial commit diff --git a/Hello World.c b/Hello World.c new file mode 100644 index 0000000..a8cf732 --- /dev/null +++ b/Hello World.c @@ -0,0 +1,8 @@ +#include + +int main() { +// This is a C comment + printf("Hello World!\n"); + printf("This is a new line!"); + return 0; +}