diff options
| author | Riley Beckett <rbeckettvt@gmail.com> | 2025-10-08 21:31:14 -0400 |
|---|---|---|
| committer | Riley Beckett <rbeckettvt@gmail.com> | 2025-10-08 21:33:13 -0400 |
| commit | 704ec4107d39022abf76a86982601fd36ff467ff (patch) | |
| tree | 2133f341a38e6e7b33e8c5d14e357511ed843417 /main.c | |
Inital Commit
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#include <stdio.h> + +int main() { + printf("hello world\n"); +} |
