Created
December 6, 2020 09:01
-
-
Save felix-larsen/b986e981787f3bc2f5d8d9841a1a1e85 to your computer and use it in GitHub Desktop.
6th December solution - Advent of Code - swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let solution = solve(lines, isFirstPuzzle: true) | |
print(solution) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let solution = solve(lines, isFirstPuzzle: false) | |
print(solution) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment