Created
August 28, 2018 02:16
-
-
Save hikilaka/a9d0c8c62c9e990349225cdc2c080899 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
main(){char*a="abacbabcbbbcbabcbabc";while(*a)putchar(" #\n"[*a++-'a']);} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment