From 67f9a1fd6a965ca749e3cbb4da402c78e14b1474 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Tue, 5 Jan 2021 02:07:51 +0100 Subject: [PATCH] added moar text --- main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.go b/main.go index 869eccf..2ac7d7b 100644 --- a/main.go +++ b/main.go @@ -4,5 +4,6 @@ import "fmt" func main() { fmt.Println("Hello World 123") - fmt.Println("This is a test") + fmt.Println("This is a test") + fmt.Println("See if this stiks") } \ No newline at end of file