Skip to content

Instantly share code, notes, and snippets.

@balepc
Created November 29, 2013 14:55
Show Gist options
  • Save balepc/7706895 to your computer and use it in GitHub Desktop.
Save balepc/7706895 to your computer and use it in GitHub Desktop.
class Z{public static void main(String[]a){long[]i={9252785928L,14503985428L,11299508030L,9135278114L,9136394018L};for(long k:i)for(;k>0;k/=2)System.out.print(k<2?"#.\n":k%2>0?'#':'.');}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment