浏览代码

Solved part1

Piotr Czajkowski 1 年之前
父节点
当前提交
a0eb2da972
共有 1 个文件被更改,包括 1 次插入1 次删除
  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))
 }