A collection of 'hello world' programs in various languages. This repository serves as a resource to examine and compare writing 'hello world' programs in different languages.
Run just all
(or just help
to list all recipes.)
just
for running commandsgcc-ada
(Ada)- GNU Assembler & Linker (Assembly)
gcc
andg++
(C & C++)c3c
(C3 Compiler)- Crystal
- Java
NodeJS
(JavaScript)- Lua
- Perl
- Python 3
- Rust
- bash
- Add support for more languages (Clean, Lobster, etc.)
- Samples for esolangs
- Running code online / Web Frontend (?)
- Use alternative to Justfile (?)
I wanted to create a simple project that could showcase the syntax of different languages because its something that interests me.
If you want to add another language feel free to make a PR and of course if you find any issues let me know.