Compare commits

...

2 commits

Author SHA1 Message Date
9f87f2a45a Merge pull request 'Add main.c' (#2) from test/test:master into master
Reviewed-on: #2
2025-05-29 18:46:42 +03:00
test
095fe23ab2 Add main.c 2025-05-29 18:41:56 +03:00

7
main.c Normal file
View file

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