diff --git a/hello.go b/hello.go new file mode 100644 index 0000000..d5011a1 --- /dev/null +++ b/hello.go @@ -0,0 +1,8 @@ +package main + +import "fmt" + +func main() { + fmt.Println("Hello, world.") +} +