From a5773129106f3deb857d94150bab3a0f866dd343 Mon Sep 17 00:00:00 2001 From: fdai7729 Date: Wed, 7 Feb 2024 10:29:23 +0000 Subject: [PATCH] Update src/main/c/Template/Battleship_game.c --- src/main/c/Template/Battleship_game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/c/Template/Battleship_game.c b/src/main/c/Template/Battleship_game.c index 1ce9e01..a508ebb 100644 --- a/src/main/c/Template/Battleship_game.c +++ b/src/main/c/Template/Battleship_game.c @@ -581,7 +581,7 @@ int multiplayer() { } -int main() { +int battleship() { int player;