Learning packages

This commit is contained in:
V
2025-09-26 15:29:13 +01:00
commit 61f92dae15
2 changed files with 10 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
module k3gtpi.jumpingcrab.com/go-learning/hellogo
go 1.24.5
+7
View File
@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("hello world")
}