Hello, Parity!

A challenge by sisyphus-ppcg avatar sisyphus-ppcg

Description

Print “Hello, World!”.

Bytes of the solution must alternate from even to odd, starting with even. That is, ord(s[0])%2==0, ord(s[1])%2==1, and so on.

Leaderboard

Author Score
#1 DialFrost avatar DialFrost 3
You must be logged in to submit a solution.