summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2023-12-01 04:52:05 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2023-12-01 04:52:05 +0000
commit56f30bdcb3a2cb16ef04fd0b1363a8ea47cd50c6 (patch)
tree1d6fc7bcdd221bec90f20ac4e6eb8a31bf249dfa
parent7baf02880ffd74cdf065f05a87a274bb66e15003 (diff)
Thu, Nov 30, 2023, 8:52 PM -08:00
-rw-r--r--hello.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/hello.c b/hello.c
new file mode 100644
index 0000000..0faace2
--- /dev/null
+++ b/hello.c
@@ -0,0 +1,5 @@
+
+int main(void)
+{
+ printf("hello, world\n");
+}