No console, no log, no ()

A challenge by Bulmenisaurus avatar Bulmenisaurus

Description

You must print Hello, World! to stdout. I have systematically made it impossible, so good luck.

c: you can no longer access console since the letter c is forbidden

.: even if you get console, there’s no way to access the log method

(: in the slight chance that you get to console.log, you for sure won’t be able to call it.

Finally, you can only use printable characters ([ -~\n] in regex).

Same logic is sound in python, except there isn’t even a console, so it’s twice as impossible. Don’t bother.

Leaderboard

Author bytes
#1 lukegustafson avatar lukegustafson 50
#1 chunkybanana avatar chunkybanana 50
#1 Jacob-Lockwood avatar Jacob-Lockwood 50
#4 NicknamedTwice avatar NicknamedTwice 54
#5 error256 avatar error256 58
#5 Natanaelel avatar Natanaelel 58
#5 sisyphus-ppcg avatar sisyphus-ppcg 58
#8 quasar098 avatar quasar098 59
#9 MeWhenI avatar MeWhenI 62
#10 Bulmenisaurus avatar Bulmenisaurus 63