Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 24, 2020 01:31
Show Gist options
  • Save parzibyte/0e566e4dad98675ef5b0dac540415a32 to your computer and use it in GitHub Desktop.
Save parzibyte/0e566e4dad98675ef5b0dac540415a32 to your computer and use it in GitHub Desktop.
int prueba[16][20] = {
{0, 0, 0, 0, 0,/* */0, 0, 0, 0, 0, /* */0, 0, 0, 0, 0,/* */0, 0, 0, 0, 0,},
{0, 0, 0, 0, 0,/* */0, 0, 0, 0, 0, /* */0, 0, 0, 0, 0,/* */0, 0, 0, 0, 0,},
{0, 0, 1, 1, 1,/* */1, 1, 1, 1, 1, /* */1, 1, 1, 1, 1,/* */0, 0, 0, 0, 0,},
{0, 0, 0, 0, 0,/* */0, 0, 0, 0, 0, /* */0, 0, 0, 0, 1,/* */0, 0, 0, 0, 0,},
{0, 0, 0, 0, 0,/* */0, 0, 0, 0, 0, /* */0, 0, 0, 0, 1,/* */0, 0, 0, 0, 0,},
{0, 0, 0, 0, 0,/* */0, 0, 0, 0, 0, /* */0, 0, 0, 0, 1,/* */1, 1, 1, 0, 0,},
{0, 0, 0, 0, 0,/* */0, 0, 0, 0, 0, /* */0, 0, 0, 0, 0,/* */0, 0, 1, 0, 0,},
{0, 0, 0, 0, 0,/* */0, 0, 0, 0, 0, /* */0, 0, 0, 0, 0,/* */0, 0, 1, 0, 0,},
/***************************************************************************/
{0, 0, 0, 0, 0,/* */0, 0, 0, 0, 0, /* */0, 0, 0, 0, 0,/* */0, 0, 1, 0, 0,},
{0, 0, 0, 0, 0,/* */0, 0, 0, 0, 0, /* */0, 0, 0, 0, 0,/* */0, 0, 1, 0, 0,},
{0, 0, 0, 0, 0,/* */0, 0, 0, 0, 0, /* */0, 0, 0, 0, 1,/* */1, 1, 1, 0, 0,},
{0, 0, 0, 0, 0,/* */0, 0, 0, 0, 0, /* */0, 0, 0, 0, 1,/* */0, 0, 0, 0, 0,},
{0, 0, 0, 0, 0,/* */0, 0, 1, 1, 1, /* */1, 1, 1, 1, 1,/* */0, 0, 0, 0, 0,},
{0, 0, 0, 0, 0,/* */0, 0, 1, 0, 0, /* */0, 0, 0, 0, 0,/* */0, 0, 0, 0, 0,},
{0, 0, 0, 0, 0,/* */0, 0, 1, 0, 0, /* */0, 0, 0, 0, 0,/* */0, 0, 0, 0, 0,},
{0, 0, 0, 0, 0,/* */0, 0, 1, 1, 1, /* */0, 0, 0, 0, 0,/* */0, 0, 0, 0, 0,},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment