diff options
author | Samuel A. Wirajaya <samuel@wira.plus> | 2022-12-28 20:31:03 -0500 |
---|---|---|
committer | Samuel A. Wirajaya <samuel@wira.plus> | 2022-12-28 20:31:03 -0500 |
commit | 28f01248404c42d747aedba26c91bc95413c100e (patch) | |
tree | 77b09a1684f1fdfead43ca6a600b8571a3304aad | |
parent | 429d11aa25e7b6adab69cb02f26155db5937b775 (diff) |
-rw-r--r-- | hello.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#include <stdio.h> + +int main(int, char**) { + printf("hello, world\n"); + return 0; +} |