Update 'main.go' #1

Merged
brammp merged 1 commits from brammp-patch-1 into master 2021-01-05 04:50:58 +01:00
Showing only changes of commit 00d1dbd826 - Show all commits

View File

@@ -7,4 +7,5 @@ func main() {
fmt.Println("This is a test") fmt.Println("This is a test")
fmt.Println("See if this stiks") fmt.Println("See if this stiks")
fmt.Println("This nice missing end, Fixed it") fmt.Println("This nice missing end, Fixed it")
fmt.Println("Added on new branch")
} }