From 9891a83e12debb541ffcd6599fb4cec93b5d57d9 Mon Sep 17 00:00:00 2001 From: khoicodesthings Date: Tue, 8 Feb 2022 12:11:59 -0600 Subject: [PATCH] MBAM test --- hello.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.go b/hello.go index cb79ce4..9eedd0a 100644 --- a/hello.go +++ b/hello.go @@ -6,7 +6,7 @@ func main() { fmt.Println("hello world") sum := 0 - for i := 0; i < 10; i++ { + for i := 0; i < 15; i++ { fmt.Println(sum) sum += i }