MatchMakingServices/main.go
2026-03-15 23:34:04 -04:00

7 lines
74 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}