diff --git a/count_to_100/main.go b/count_to_100/main.go index 1375ccc..a68c5e1 100644 --- a/count_to_100/main.go +++ b/count_to_100/main.go @@ -7,3 +7,5 @@ func main() { fmt.Printf("%v\n", i) } } + +//Test