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:
parent
bca7fb0b3e
commit
3c3507f3c3
1 changed files with 5 additions and 0 deletions
5
src/helloWorld/helloWorld.go
Normal file
5
src/helloWorld/helloWorld.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package main
|
||||
import "fmt"
|
||||
func main() {
|
||||
fmt.Println("hello world")
|
||||
}
|
Loading…
Reference in a new issue