From c6c9e866d24a701da7e1a18bb6334d61531370c8 Mon Sep 17 00:00:00 2001 From: abhimanyu0018 <66407920+abhimanyu0018@users.noreply.github.com> Date: Thu, 1 Oct 2020 14:03:34 +0530 Subject: [PATCH] Update and rename snake.c to snake.c --- snake.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/snake.c b/snake.c index 6d34c5d..1a5bdb8 100644 --- a/snake.c +++ b/snake.c @@ -1,16 +1,14 @@ -// + // main.cpp // Snake Game -// // Created by Aryan Agarwal on 24/08/18. // Copyright © 2018 Aryan. All rights reserved. -// -#include -#include +#include +#include #include -#include -#include +#include +#include #define max_row 15 #define max_col 30