Skip to content

Instantly share code, notes, and snippets.

@hikilaka
Created August 28, 2018 02:16
Show Gist options
  • Save hikilaka/a9d0c8c62c9e990349225cdc2c080899 to your computer and use it in GitHub Desktop.
Save hikilaka/a9d0c8c62c9e990349225cdc2c080899 to your computer and use it in GitHub Desktop.
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