diff --git a/README.md b/README.md index e9a319c..c40cc0e 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,4 @@ Dylan's test repository Now with a 3rd line of code Blah +Blah 2 diff --git a/hello.go b/hello.go index 7247bea..00b1333 100644 --- a/hello.go +++ b/hello.go @@ -2,6 +2,7 @@ package main import "fmt" +new Line func main() { fmt.Println("Hello")