diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2023-12-01 04:52:05 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2023-12-01 04:52:05 +0000 |
commit | 56f30bdcb3a2cb16ef04fd0b1363a8ea47cd50c6 (patch) | |
tree | 1d6fc7bcdd221bec90f20ac4e6eb8a31bf249dfa | |
parent | 7baf02880ffd74cdf065f05a87a274bb66e15003 (diff) |
Thu, Nov 30, 2023, 8:52 PM -08:00
-rw-r--r-- | hello.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ + +int main(void) +{ + printf("hello, world\n"); +} |