Skip to content

Instantly share code, notes, and snippets.

@zakki
Last active May 6, 2022 06:45
Show Gist options
  • Save zakki/b95d27e77ff3d9507f073d58e2e10912 to your computer and use it in GitHub Desktop.
Save zakki/b95d27e77ff3d9507f073d58e2e10912 to your computer and use it in GitHub Desktop.
BigInt("0b10001") * BigInt("0b" +(
"__##__#_#_#___#__" +
"__#_#_#_#_#####__" +
"__#__#__#_#______" +
"_________________" +
"________#________" +
"_______#_#_______" +
"______#___#______" +
"_________________" +
"#################" +
"#________________" +
"#_____####_______" +
"_________#_______" +
"______###________" +
"_________#_______" +
"______###________" +
"_________________" +
"_______##________" +
"______#__#_______" +
"______#__#_______" +
"_______##________" +
"_________________" +
"_______##________" +
"______#__#_______" +
"______#__#_______" +
"______######_____" +
"_________________" +
"_____#######_____" +
"__###_______###__" +
"##_____________##" +
"_________________" +
"################_" +
"#________________" +
"#_#####_#________" +
"________#_#_##___" +
"__##__#_#__#_____" +
"#___###_#___##___" +
"#________________" +
"################_" +
"_________________" +
"______##__#______" +
"______#_#__#_____" +
"______#__#_#_____" +
"______#___#___#__" +
"______________#__" +
"_________________" +
"____________#####" +
"_________________" +
"____________##__#" +
"______________###" +
"_________________" +
"_________########" +
"_________#_______" +
"_________#__#_#__" +
"_____________#___" +
"_________#__#_#__" +
"_________#_______" +
"_________########" +
"_________________" +
"______________#__" +
"______________#__" +
"_________________" +
"____________###__" +
"______________#__" +
"____________###__" +
"______________#__" +
"____________##___" +
"_________________" +
"____________###__" +
"____________#_#__" +
"____________###__" +
"_________________" +
"____________###__" +
"____________#_#__" +
"____________#####" +
"_________________" +
"___________####__" +
"_________##____##" +
"_________________" +
"_________########" +
"_________#_______" +
"_________#_#_##__" +
"____________#____" +
"_________#___##__" +
"_________#_______" +
"_________########" +
"_________________" +
"_________#_______" +
"__________##_____" +
"_________________" +
"____________#####" +
"_________________" +
"____________##__#" +
"______________###" +
"_________________" +
"_________##____##" +
"___#_______####__" +
"____##___________" +
"_________________" +
"______##__#______" +
"______#_#__#_____" +
"______#__#_#_____" +
"##____#___#____##" +
"__###_______###__" +
"#____#######_____" +
"#________________" +
"#################"
).replaceAll("#", "1").replaceAll("_", "0"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment