Delete 'a3/main.c'

This commit is contained in:
Anzhelika Nikolaieva 2023-04-23 11:44:58 +00:00
parent 50998c90e1
commit 0f2b912657

View File

@ -1,9 +0,0 @@
#include "game.h"
#include "world.h"
#include <stdlib.h>
int main(int argc, char** argv){
start_world(init_game,game_event,free);
return 0;
}