guessing_words/server/main.go

8 lines
113 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 send dicts to app")
}