2022-02-14 02:57:47 +04:00

8 lines
113 B
Go

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