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