Изменить 'du7/snake.c'

This commit is contained in:
Oleksandr Hryshchenko 2021-04-26 19:18:56 +00:00
parent e85723d41c
commit 0ae2b69355

View File

@ -1,4 +1,4 @@
nclude "snake.h" #include "snake.h"
#include <stdlib.h> #include <stdlib.h>
struct snake* add_snake(struct snake* snake,int x,int y){ struct snake* add_snake(struct snake* snake,int x,int y){