Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 161 Bytes

File metadata and controls

13 lines (9 loc) · 161 Bytes

Golang

Here I'm working on an example concept from [[@butcher2016go]]:

package main

import "fmt"

func main() {
    fmt.Println("Hello from go")
}