Skip to content

Instantly share code, notes, and snippets.

@sheki
Created February 7, 2018 19:14
Show Gist options
  • Save sheki/f021bb5a8d034fdb37e0f29d5a67f982 to your computer and use it in GitHub Desktop.
Save sheki/f021bb5a8d034fdb37e0f29d5a67f982 to your computer and use it in GitHub Desktop.
Print ZigZag
/*
ABCDEFGHIJ, 3
A E I
BDFHJ
C G
ABCDEFGHIJKLMN, 4
A G M
B FH LN
CE IK
D J
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment