@ -0,0 +1,3 @@
module court
go 1.22.0
@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Printf("Hello, World!")
}