Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • \$\begingroup\$ Welcome to the site. It might be preferable to link your output on TIO or provide a list of codepoints. SE has chopped some of the unprintables - copy/pasting only shows 70 bytes. \$\endgroup\$ Commented Jan 25, 2021 at 22:33
  • \$\begingroup\$ Thanks! for simplicity the codepoint integer values are: 9,10,11,12,10,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,33,34,35,36,37,38,39,42,43,45,47,51,55,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,92,94,96,107,109,112,113,118,119,120,121,122,123,124,125,126,127 \$\endgroup\$ Commented Jan 25, 2021 at 22:44
  • \$\begingroup\$ This means you can use the characters (),.01245689[]_abcdefghijlnorstu or code points [0,1,2,3,4,5,6,7,8,13,32,40,41,44,46,48,49,50,52,53,54,56,57,91,93,95,97,98,99,100,101,102,103,104,105,106,108,110,111,114,115,116,117]. Also worth noting that code-point "10" (newline) appears twice in the output according to the code point list. \$\endgroup\$ Commented Jan 26, 2021 at 9:58
  • \$\begingroup\$ Cracked. It was good fun. \$\endgroup\$ Commented Jan 26, 2021 at 10:42
  • \$\begingroup\$ Nice! Good catch on the double newline, looks like I should have opened my output file in binary mode, the second 10 should have been a 13! \$\endgroup\$ Commented Jan 26, 2021 at 12:03