diff --git a/src/helloWorld/helloWorld.go b/src/helloWorld/helloWorld.go new file mode 100644 index 0000000..4734979 --- /dev/null +++ b/src/helloWorld/helloWorld.go @@ -0,0 +1,5 @@ +package main +import "fmt" +func main() { + fmt.Println("hello world") +} \ No newline at end of file