Skip to content

lucasmc64/alohi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🖖 Alohi

🏴 Goal

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.

📜 Languages

Any GNU/Linux distro is supposed to be used to execute the commands below.

👑 C

🛠️ Dependencies

  • GCC (or another C compiler)

⚗️ Running

gcc alohi.c -o alohi-c && ./alohi-c; \rm ./alohi-c

🎯 Dart

🛠️ Dependencies

  • Dart SDK

    If your distro doesn't use .deb packages, you can install Flutter via Snap (Dart support is installed automatically).

⚗️ Running

dart run alohi.dart

☕ Java

🛠️ Dependencies

⚗️ Running

java alohi.java

🌐 JavaScript

🛠️ Dependencies

⚗️ Running

node alohi.js

👩‍🔬 Julia

🛠️ Dependencies

⚗️ Running

julia alohi.jl

🐍 Python

🛠️ Dependencies

⚗️ Running

python3 alohi.py

Haskell

runghc alohi.hs

Prolog

swipl -c alohi.pl