mirror of
https://github.com/NixOS/templates.git
synced 2026-01-12 17:28:25 +01:00
7 lines
71 B
Go
7 lines
71 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("Hello Nix!")
|
|
}
|