diff options
| author | ilotterytea <iltsu@alright.party> | 2024-12-10 16:59:54 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-12-10 16:59:54 +0500 |
| commit | 9debcbabad69fb449655b39ca5010b1637d4cc41 (patch) | |
| tree | b15ff3b30111461b140e8072ff103a54fd4183aa /src | |
initial commit
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c new file mode 100644 index 0000000..5368eae --- /dev/null +++ b/src/main.c @@ -0,0 +1,6 @@ +#include <stdio.h> + +int main(int argc, char *argv[]) { + printf("hi world!\n"); + return 0; +} |
