From 37ab9e38c665a9e95adf9890f148198e6c9b1d3b Mon Sep 17 00:00:00 2001 From: Felipe Domingos Date: Sun, 25 Sep 2022 09:52:04 -0300 Subject: [PATCH] Rename game.c to Game01.c --- tps/fonte/{game.c => game01.c} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tps/fonte/{game.c => game01.c} (96%) diff --git a/tps/fonte/game.c b/tps/fonte/game01.c similarity index 96% rename from tps/fonte/game.c rename to tps/fonte/game01.c index 484b24a..39becc0 100644 --- a/tps/fonte/game.c +++ b/tps/fonte/game01.c @@ -718,4 +718,4 @@ int main(void) } } return 0; -} \ No newline at end of file +}