From 885113539427c3ec4cba356ce03a8b05fe745295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hatvani=20Tam=C3=A1s?= Date: Thu, 19 Mar 2026 15:36:09 +0100 Subject: [PATCH] init --- main.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 main.c diff --git a/main.c b/main.c new file mode 100644 index 0000000..9d2e837 --- /dev/null +++ b/main.c @@ -0,0 +1,6 @@ +#include + +int main() { + printf("Hello world!"); + return 0; +}