feat: initialize a go module

This commit is contained in:
2025-09-14 09:12:58 +02:00
parent 7f22ce137c
commit 3800e245f3
2 changed files with 10 additions and 0 deletions

7
main.go Normal file
View File

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