No console, no log, no ()
A challenge by
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 |
|
Bulmenisaurus | 67 |
| #2 |
|
sisyphus-ppcg | 109 |