init problem

This commit is contained in:
Yann Ahlgrim
2026-03-31 15:41:49 +02:00
parent 80e9ee85b3
commit 5b8a738f2d
2 changed files with 48 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
package main
import "fmt"
func main() {
fmt.Println("test")
}