Adding helloWorld to test environment

pull/2/head
Jean-Marc MEESSEN 4 years ago
parent bca7fb0b3e
commit 3c3507f3c3

@ -0,0 +1,5 @@
package main
import "fmt"
func main() {
fmt.Println("hello world")
}
Loading…
Cancel
Save