Skip to content

Instantly share code, notes, and snippets.

Created January 26, 2018 04:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/77ed24162c35aae0a10e4e1cada8547a to your computer and use it in GitHub Desktop.
Save anonymous/77ed24162c35aae0a10e4e1cada8547a to your computer and use it in GitHub Desktop.

6 languages (87 bytes)

print(404

Try it online!

print 404

Try it online!

print(404)

Try it online!

print(404)#(((()((()(((()()()){}){}){}){}){}){}){})

Try it online!

Taken from Jo King's answer because I wasn't able to come up with a brainfuck code that had the brackets balanced (Brain-flak restriction).

print(404)#(((()((()(((()()()){}){}){}){}){}){}){})-[<+>-----]<+.----.++++.>

Try it online!

Note that this also works with Ohm.

#404q
print(404)#(((()((()(((()()()){}){}){}){}){}){}){})-[<+>-----]<+.----.++++.>

Try it online!

Thanks to Jo King for -6 bytes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment