diff options
author | fadhil riyanto <me@fadev.org> | 2024-09-24 08:13:25 +0700 |
---|---|---|
committer | fadhil riyanto <me@fadev.org> | 2024-09-24 08:13:25 +0700 |
commit | 5873a7ebe6b21c069d6afc155e33629e26017bf1 (patch) | |
tree | cedfe9984fa086fac7d1aff5f7836c5bf2f42be8 /main.c |
initial
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() +{ + printf("hello world!"); +}
\ No newline at end of file |