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