From 24c55385d3599b32d92d1e741d7e9aa8fb776984 Mon Sep 17 00:00:00 2001 From: raul Date: Fri, 29 Dec 2023 17:41:54 +0100 Subject: [PATCH] Added the actual test code --- helloworld.go | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 helloworld.go 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