turbo-editors/turbo-golopublic Fork 0
79b67fdd82d26f23a6b97e39c1f063d475cbbc49
Commits
Clone
git clone https://git.rickub.com/turbo-editors/turbo-golo.git
git clone ssh://git@rickub.com/turbo-editors/turbo-golo.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

📦 Turbo Golo d710c1b · on 79b67fdd82d26f23a6b97e39c1f063d475cbbc49 · k33g · 20h ago
hello.golo · 7 lines · 91 BText Blame HistoryRaw
1
2
3
4
5
6
7
module hello.World

# this is a demo

function main = |args| {
  println("Hello, Golo!")
}