diff --git a/helloworld.go b/helloworld.go new file mode 100644 index 0000000..f563453 --- /dev/null +++ b/helloworld.go @@ -0,0 +1,9 @@ +package main + +import "fmt" + +func main() { + fmt.Println("Testing testing") +} + +//This is a pretty cool comment