Byte Heist Home Leaderboard
Join the Heist (with Github)
Solve View

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 lyxal avatar lyxal 3
#1 Yewzir avatar Yewzir 3
#1 AlephSquirrel avatar AlephSquirrel 3
JavaScript (Deno) JavaScript (NodeJS) Python Rust C (tcc) APL (TinyAPL) Vyxal Vyxal 3
You must be logged in to submit a solution.