Skip to content

Instantly share code, notes, and snippets.

@ksss
Created February 21, 2016 14:07
Show Gist options
  • Save ksss/a3c81bf2ae3b53299627 to your computer and use it in GitHub Desktop.
Save ksss/a3c81bf2ae3b53299627 to your computer and use it in GitHub Desktop.
#! /usr/bin/env ruby
p [[
"0111010001101000011000010110",
"1110011010110010000001111001",
"01101111011101010010000001100",
"1100110111101110010001000000",
"11011100110010101110110011001",
"010111001000100000011001110",
"11010010111011001101001011011",
"1001100111001000000111010101",
"110000001000000010110100100",
"0000110010001010001011101110",
"01101000111011100111001010101",
"1101100111010110000110001101",
"010001",
].join].pack("B*")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment