Show HN: Hello, World in many different languages (languages.jdunn.dev)
A small site created to see the hell world example in many different languages. I got tired of sites which only showed 10-30 languages. I'm sure there are some inaccuracies (some languages are not I languages per se).
7 comments
[ 0.31 ms ] story [ 28.2 ms ] threadrosettacode.org also has other tasks: https://rosettacode.org/wiki/Category:Programming_Tasks
def main : IO Unit := IO.println "Hello, world!"
Also Coq was renamed to Rocq
These days, this is all you need for it to work: ``` Console.WriteLine("Hello, World!"); ```