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 AlephSquirrel avatar AlephSquirrel 48
#1 sisyphus-ppcg avatar sisyphus-ppcg 48
#1 Andriamanitra avatar Andriamanitra 48
#4 MeWhenI avatar MeWhenI 56
#5 Bulmenisaurus avatar Bulmenisaurus 58
#6 Seek64 avatar Seek64 70
#7 mousetail avatar mousetail 90
#8 duckyluuk avatar duckyluuk 98
#9 bassetmatt avatar bassetmatt 104
JavaScript (Deno) JavaScript (NodeJS) Python Rust C (tcc) APL (TinyAPL) Vyxal Vyxal 3
You must be logged in to submit a solution.