diff --git a/hello/hello.go b/hello/hello.go new file mode 100644 index 0000000..77b4fd1 --- /dev/null +++ b/hello/hello.go @@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Println("Hello, World!"); +}