aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorRiley Beckett <rbeckettvt@gmail.com>2025-10-08 21:31:14 -0400
committerRiley Beckett <rbeckettvt@gmail.com>2025-10-08 21:33:13 -0400
commit704ec4107d39022abf76a86982601fd36ff467ff (patch)
tree2133f341a38e6e7b33e8c5d14e357511ed843417 /main.c
Inital Commit
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 5 insertions, 0 deletions
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 <stdio.h>
+
+int main() {
+ printf("hello world\n");
+}