Browse Source

Solved part1

Piotr Czajkowski 1 year ago
parent
commit
a0eb2da972
1 changed files with 1 additions and 1 deletions
  1. 1 1
      14/code.go

+ 1 - 1
14/code.go

@@ -80,5 +80,5 @@ func main() {
 	}
 
 	platform := readInput(file)
-	fmt.Println(part1(platform))
+	fmt.Println("Part1:", part1(platform))
 }