From 2e379339d76bfc4535f6b773d2a4d1a277a37b17 Mon Sep 17 00:00:00 2001 From: Inanc Gumus Date: Fri, 14 Dec 2018 16:41:00 +0300 Subject: [PATCH] fix: led clock 4th exercise --- 15-arrays-project-clock/exercises/04-ticker/main.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/15-arrays-project-clock/exercises/04-ticker/main.go b/15-arrays-project-clock/exercises/04-ticker/main.go index bc5fe78..af22dfb 100644 --- a/15-arrays-project-clock/exercises/04-ticker/main.go +++ b/15-arrays-project-clock/exercises/04-ticker/main.go @@ -49,12 +49,12 @@ // 31 // 1 // 1 -// 31 -// :31 -// 0:31 -// 40:31 -// :40:31 -// 2:40:31 +// 12 +// 12: +// 12:4 +// 12:40 +// 12:40: +// 12:40:3 // 12:40:31 // // As you can see, you need to draw the clock from the right part of the