summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorBoredGuy <osome3717@gmail.com>2026-05-02 05:43:12 +0300
committerBoredGuy <osome3717@gmail.com>2026-05-02 05:43:12 +0300
commitab005f5244d228f7b5b35db7f824d4d5c25f847d (patch)
tree178d64e342c7dd06a206f5e3394689e8b1559e00 /src/main.c
Initial CommitHEADmaster
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
new file mode 100644
index 0000000..705ebde
--- /dev/null
+++ b/src/main.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int main() {
+ printf("Hello World!");
+
+ return 0;
+}