turbo-editors/turbo-gopublic Fork 0
v1.0.1
Commits
Clone
git clone https://git.rickub.com/turbo-editors/turbo-go.git
git clone ssh://git@rickub.com/turbo-editors/turbo-go.git

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

index.js · 9 lines · 116 BJavaScript Blame HistoryRaw
📦 Turbo Go 3d7798b k33g 9h ago1// hello
2
3console.log("hello I'm Bob")
4
5function hello(name) {
6 // this is a function
7 return `Hello ${name}`
8
9}