From e9a41100a016e14c6c82f97f336d41a729a25106 Mon Sep 17 00:00:00 2001 From: DeOwl Date: Wed, 9 Sep 2026 16:19:37 +0300 Subject: [PATCH] Initial commit --- 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..199acf9 --- /dev/null +++ b/main.c @@ -0,0 +1,6 @@ +#include +int main(int argc, char **argv) +{ + printf("Hello world!\n"); + return 0; +}