This commit is contained in:
2025-08-03 11:17:46 +01:00
parent e013202e65
commit ae44f08424

View File

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