diff options
| author | David Faulkner <[email protected]> | 2026-08-05 17:11:24 -0500 |
|---|---|---|
| committer | David Faulkner <[email protected]> | 2026-08-05 17:11:24 -0500 |
| commit | b1bbc3e55f358d52b539da4c84b0f992b606c745 (patch) | |
| tree | e597ac3d2d0c26cedc43eebf47b748f32f130c09 /main.c | |
Initial commit: Add main.c and README
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#include "stdio.h" + +int main(void) { + printf("Hello, World!\n"); + return 0; +} |
