Skip to main content
added 102 characters in body
Source Link
Riley
  • 11.7k
  • 2
  • 23
  • 53

Brain-Hack (a variation of Brain-Flak), 33 2 bytes

 (} 

Thanks to Wheat Wizard for pointing out that Brain-Flak programs must have balanced brackets and there are only single lineHack doesn't support comments, saving me a byte.

Must be run in an interpreter that checks for balance before execution.

(} 

Try it online!

Brain-Flak, 3 bytes

 (} 

Brain-Flak programs must have balanced brackets and there are only single line comments.

Must be run in an interpreter that checks for balance before execution.

Try it online!

Brain-Hack (a variation of Brain-Flak), 3 2 bytes

Thanks to Wheat Wizard for pointing out that Brain-Hack doesn't support comments, saving me a byte.

(} 

Try it online!

Source Link
Riley
  • 11.7k
  • 2
  • 23
  • 53

Brain-Flak, 3 bytes

 (} 

Brain-Flak programs must have balanced brackets and there are only single line comments.

Must be run in an interpreter that checks for balance before execution.

Try it online!