From 704ec4107d39022abf76a86982601fd36ff467ff Mon Sep 17 00:00:00 2001 From: Riley Beckett Date: Wed, 8 Oct 2025 21:31:14 -0400 Subject: Inital Commit --- main.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 main.c (limited to 'main.c') diff --git a/main.c b/main.c new file mode 100644 index 0000000..11f7c99 --- /dev/null +++ b/main.c @@ -0,0 +1,5 @@ +#include + +int main() { + printf("hello world\n"); +} -- cgit v1.2.3