Inicijalno podešavanje projekta

This commit is contained in:
2026-05-30 13:54:10 +02:00
commit 722135b4cb
2 changed files with 10 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
module ntech
go 1.22.2
+7
View File
@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("NTech pokrenut")
}