GoDict/main.go
2024-02-18 06:05:09 +03:30

10 lines
68 B
Go

package main
import (
"fmt"
)
func main() {
fmt.Println("hi")
}