added hello_world

This commit is contained in:
2023-10-10 04:40:24 +02:00
parent 7f3509419b
commit f3f68d9fdc

View File

@ -1 +1,5 @@
print('hello world!') import sys
if __name__ == '__main__':
sys.stdout.write(
f"{''.join([chr((x << 0x1) >> 0x1) for x in [0x68,0x65,0x6c,0x6c,0x6f,0x20,0x45,0x69,0x64,0x50,0x20,0x32,0x30,0x32,0x34,0x21]])} :){chr(0x0a)}")