commit e9a41100a016e14c6c82f97f336d41a729a25106 Author: DeOwl Date: Wed Sep 9 16:19:37 2026 +0300 Initial commit 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; +}