From c79cffca2c446915a2a2e1de3a11b35e6383718a Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Tue, 5 Jan 2021 02:35:52 +0100 Subject: [PATCH] fixed intentional error --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index bf15f5c..0994530 100644 --- a/main.go +++ b/main.go @@ -6,5 +6,5 @@ func main() { fmt.Println("Hello World 123") fmt.Println("This is a test") fmt.Println("See if this stiks") - fmt.Println("This nice missing end + fmt.Println("This nice missing end, Fixed it") } \ No newline at end of file