guessing_words/server/main.go

8 lines
113 B
Go

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