turbo-editors/turbo-golopublic Fork 0
v1.0.1
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.

hello.golo · 7 lines · 91 BText Blame HistoryRaw
📦 Turbo Golo d710c1b k33g 17h ago1module hello.World
2
3# this is a demo
4
5function main = |args| {
6 println("Hello, Golo!")
7}