Alohi comes to never let me forget which languages I went through and how many "Hello, World!" warmed my heart, never letting me give up.
Any GNU/Linux distro is supposed to be used to execute the commands below.
- GCC (or another C compiler)
gcc alohi.c -o alohi-c && ./alohi-c; \rm ./alohi-c
- Dart SDK
If your distro doesn't use .deb packages, you can install Flutter via Snap (Dart support is installed automatically).
dart run alohi.dart
java alohi.java
node alohi.js
julia alohi.jl
python3 alohi.py
runghc alohi.hs
swipl -c alohi.pl