commit f1b5195724ad042b0ddbf354dc4fa90bd4958d12 Author: Oleksandr Hryshchenko Date: Mon Nov 7 22:42:09 2022 +0100 ggg diff --git a/MyFirstUniverse/game.c b/MyFirstUniverse/game.c new file mode 100644 index 0000000..46131db --- /dev/null +++ b/MyFirstUniverse/game.c @@ -0,0 +1,5 @@ +#include + +int main(){ + printf("Hello world"); +}