1
0
Fork 0
mirror of https://github.com/on4kjm/FLEcli.git synced 2025-01-18 21:01:10 +01:00

Adding helloWorld to test environment

This commit is contained in:
Jean-Marc MEESSEN 2020-05-26 22:45:46 +02:00
parent bca7fb0b3e
commit 3c3507f3c3

View file

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