Spielen de serpent

#include <stdio.h>

int main(void) {
  while(1) {
  	printf("Play Snake!!!\n");
  }
  
  return 0;
}
LUCA MACHIEDO