Skip to content

Instantly share code, notes, and snippets.

View aweimeow's full-sized avatar

Wei-Yu Chen aweimeow

  • AWS
  • Dublin, Ireland
View GitHub Profile
#include <stdio.h>
#include <stdlib.h>
#define MAX_STACK_SIZE 100
typedef struct{
short int vert;
short int horiz;
}offsets;
offsets move[8];
typedef struct{