This commit is contained in:
Михаил Капелько
2024-03-19 22:27:03 +03:00
parent a85d0bd3d7
commit 8027ffbdba
4 changed files with 0 additions and 0 deletions

7
cpp/src/test.c Normal file
View File

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