Skip to content

Instantly share code, notes, and snippets.

@Matthias1590
Last active November 5, 2021 14:36
Show Gist options
  • Save Matthias1590/020f511143bbcdf911a4b0fd2b3c9cc1 to your computer and use it in GitHub Desktop.
Save Matthias1590/020f511143bbcdf911a4b0fd2b3c9cc1 to your computer and use it in GitHub Desktop.
A simple hello world program written in python..
print(*[chr(0x48656c6c6f2c20776f726c6421>>i*8&255)for i in range(103//8+1)][::-1],sep="")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment