Piotr Czajkowski 4 жил өмнө
parent
commit
be8ff5b4fd
1 өөрчлөгдсөн 1 нэмэгдсэн , 2 устгасан
  1. 1 2
      day12/day12.go

+ 1 - 2
day12/day12.go

@@ -56,8 +56,7 @@ func rotate(currentDirection string, item sequence) string {
 	change := 0
 
 	switch item.value {
-	case 0:
-	case 360:
+	case 0, 360:
 		return currentDirection
 	case 90:
 		change = 1