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

Hello Caesar!

A challenge by Bulmenisaurus avatar Bulmenisaurus

Description

You are tasked with sending a secret message to Caesar. The way Caesar encodes message is using a Caesar cipher with a shift of three (A -> D, B -> E, Z -> C), so when your program is deciphered with a shift of three (meaning a shift of 23 is applied to it) your program should print the secret message “Hello, Caesar!”.

However, as a red herring your program should print “Hello, World!” with any other shift amount.

Leaderboard

Author Score
#1 sisyphus-ppcg avatar sisyphus-ppcg 81
#1 EroticShiveringKingBanana avatar EroticShiveringKingBanana 81
#3 AlephSquirrel avatar AlephSquirrel 82
#3 lukegustafson avatar lukegustafson 82
#3 Bulmenisaurus avatar Bulmenisaurus 82
#3 MeWhenI avatar MeWhenI 82
JavaScript (Deno) JavaScript (NodeJS) Python Rust C (tcc) APL (TinyAPL) Vyxal Vyxal 3
You must be logged in to submit a solution.