Different ways to get “hello world” in GPT

by h43zon 4/1/2023, 4:35 PMwith 0 comments

I was curious about all the different ways GPT was able to interpret input correctly. I outsourced it to the community through a little game https://gpt.43z.one and put some arbitrary rules in it to get creative submissions. Below are some submissions for level 1 which was to create the string "hello world" without using "hello" or "world".

    喂地英小写
    hel世界小写
    l(drow llh)
    rev(dow olleh)
    `llo rld`/lcase
    hell0 wrld > txt
    hl0 0rld replace 0
    :s/0/o/g hell0 w0rld
    decode aGVsbG8gd29ybGQ=
    say hellx wxrld if x = o
    shift back 1 chr ifmmp xpsme
    example echo output. small letters
    say hell+o, worl+d no punctuation lc
    Correct the following : "helo word", but write it without quotes
    A programmer greets the globe. Answer with only the phrase, in lowercase, without exclamation mark

All submissions for level one https://gpt.43z.one/level1.txt

0