guessing_words/cmd/main.go

8 lines
106 B
Go
Raw Normal View History

2022-02-14 01:57:47 +03:00
package main
import "fmt"
func main() {
fmt.Println("Hello World. Will be using this to pars dicts")
}