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