8 lines
113 B
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")
|
|
}
|