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