summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorMatheus <matheus.guedes.mg.m@gmail.com>2025-10-19 03:10:42 -0300
committerMatheus <matheus.guedes.mg.m@gmail.com>2025-10-19 03:10:42 -0300
commita38868de0918da3979d2f7115f9164c979a48346 (patch)
treeaa896f769c143457340b4b61d9b13e4521c23731 /main.c
Initial commit
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/main.c b/main.c
new file mode 100644
index 0000000..6cc468f
--- /dev/null
+++ b/main.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+int main() {
+ printf("Hello, world!\n");
+ return 0;
+}