commit 885113539427c3ec4cba356ce03a8b05fe745295 Author: Hatvani Tamás Date: Thu Mar 19 15:36:09 2026 +0100 init 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; +}