diff options
| author | git <git@shinola> | 2026-04-23 04:49:40 +0000 |
|---|---|---|
| committer | git <git@shinola> | 2026-04-23 04:49:40 +0000 |
| commit | 3903f966ac06e454393451ca21afcd219576de01 (patch) | |
| tree | 0d6d0b0756b4b6f6e135f39c8cd234c82eb8df8b /main.c | |
init
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main.c b/main.c new file mode 100644 index 0000000..67159ba --- /dev/null +++ b/main.c @@ -0,0 +1,8 @@ +#include <stdio.h> + +int +main(void) +{ + puts("Hello, world!"); + return 0; +} |
