flake-go-001/main.go
2022-04-20 13:35:55 +02:00

8 lines
71 B
Go

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