diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#include <stdio.h> + +int main(int argc, char* argv[]) { + printf("Hello, world."); + return 0; +} |
index : halk | ||
HALK thou art, and unto HALK shalt thou return. | c+1 |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | src/main.c | 6 |
@@ -0,0 +1,6 @@ +#include <stdio.h> + +int main(int argc, char* argv[]) { + printf("Hello, world."); + return 0; +} |