turbo-editors/turbo-golopublic Fork 0
49c12f54ef399972152fccd592ae27e94977f9b5
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 yesterday1module hello.World
2
3# this is a demo
4
5function main = |args| {
6 println("Hello, Golo!")
7}