Initial commit

This commit is contained in:
DeOwl
2026-09-09 16:19:37 +03:00
commit e9a41100a0

6
main.c Normal file
View File

@@ -0,0 +1,6 @@
#include <stdio.h>
int main(int argc, char **argv)
{
printf("Hello world!\n");
return 0;
}