guessing_words/cmd/main.go

8 lines
106 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello World. Will be using this to pars dicts")
}