Merge pull request 'Add main.c' (#2) from test/test:master into master

Reviewed-on: #2
This commit is contained in:
Денис Буторин 2025-05-29 18:46:42 +03:00
commit 9f87f2a45a

7
main.c Normal file
View file

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