This commit is contained in:
Oleksandr Hryshchenko 2022-11-07 22:42:09 +01:00
commit f1b5195724

5
MyFirstUniverse/game.c Normal file
View File

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