Does anyone have a good resource for "Hello World" type examples in multiple languages that go a little beyond `print("hello world");`?
I would be happy to start with code that at least includes a function definition and a for loop, but my eventual goal would be to fill about 1 page of code in each language with the most common actions.
Does something like this exist? I don't want to recreate it if someone can point me to a good existing project.
Thanks!