templates/go-hello/main.go
2022-01-21 02:42:34 -05:00

7 lines
71 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello Nix!")
}