moved go template into go dir

This commit is contained in:
specCon18 2025-06-21 03:57:10 -04:00
parent dab2edce05
commit 09b05e34e5
5 changed files with 0 additions and 0 deletions

7
go/main.go Normal file
View file

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello Nix!")
}