Flake-Templates/main.go
2025-06-21 00:40:32 -04:00

7 lines
71 B
Go

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