-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hello, World! (Every other character)
25 bytes
Hðeðlðlðoð,ð¤ðWðoðrðlðdð!
How it works
Hðeðlðlðoð,ð¤ðWðoðrðlðdð! # The ð character breaks the string into an array and pushes the array ["H", "e", "l", "l", "o", ",", "¤", "W", "o", "r", "l", "d", "!"].
# Implicitly printed to the screen (¤ is the space).
Without every other character gives you :
Hello,¤World!