We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
Huhgolf
Jump to navigation
Jump to search
this is actually a bunch of languages
Programs
hello world: golfprint("hello world")
add two numbers: golfa=input();b=input();print(a+b)
huhgolf interpreter: golfexec(input()[4:])