Skip to main content
edited body
Source Link
Razetime
  • 27.6k
  • 3
  • 31
  • 77

JavaScript (Node.js), cracks @Arnauld's answer

Didn't include ~ in my search originally which meant I got it in 7 programs...

_=>(0x63044+185882).toString(36), // coda _=>(0xd3044+185882).toString(36), // mice _=>(0xd3044+~85882).toString(36), // gond _=>(0xd3004+~85882).toString(36), // gollgolf 

Try it online!

Used this program combined with greping the dictionary to refine the results and then guesswork on which paths felt more likely to head towards golf!

JavaScript (Node.js), cracks @Arnauld's answer

Didn't include ~ in my search originally which meant I got it in 7 programs...

_=>(0x63044+185882).toString(36), // coda _=>(0xd3044+185882).toString(36), // mice _=>(0xd3044+~85882).toString(36), // gond _=>(0xd3004+~85882).toString(36), // goll 

Try it online!

Used this program combined with greping the dictionary to refine the results and then guesswork on which paths felt more likely to head towards golf!

JavaScript (Node.js), cracks @Arnauld's answer

Didn't include ~ in my search originally which meant I got it in 7 programs...

_=>(0x63044+185882).toString(36), // coda _=>(0xd3044+185882).toString(36), // mice _=>(0xd3044+~85882).toString(36), // gond _=>(0xd3004+~85882).toString(36), // golf 

Try it online!

Used this program combined with greping the dictionary to refine the results and then guesswork on which paths felt more likely to head towards golf!

Source Link
Dom Hastings
  • 24.7k
  • 4
  • 58
  • 94

JavaScript (Node.js), cracks @Arnauld's answer

Didn't include ~ in my search originally which meant I got it in 7 programs...

_=>(0x63044+185882).toString(36), // coda _=>(0xd3044+185882).toString(36), // mice _=>(0xd3044+~85882).toString(36), // gond _=>(0xd3004+~85882).toString(36), // goll 

Try it online!

Used this program combined with greping the dictionary to refine the results and then guesswork on which paths felt more likely to head towards golf!