This commit is contained in:
Yaroslav Orlianskyi 2022-06-07 13:28:16 +02:00
parent ab2d2c74bf
commit 07b93e23cb

View File

@ -15,7 +15,7 @@
##1. Game logics
The code consists of 3 functions:
* In world.c :
* In game.c :
void game_field(const int rows, const int columns, char field[rows][columns]);