Skip to content

Instantly share code, notes, and snippets.

@theburningmonk
Created December 18, 2016 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theburningmonk/2895c3c5ad1f6d624c5febe500277507 to your computer and use it in GitHub Desktop.
Save theburningmonk/2895c3c5ad1f6d624c5febe500277507 to your computer and use it in GitHub Desktop.
Advent of Code (Day 18)
let input = "^.^^^..^^...^.^..^^^^^.....^...^^^..^^^^.^^.^^^^^^^^.^^.^^^^...^^...^^^^.^.^..^^..^..^.^^.^.^......."
let part1 = solve input 40
let part2 = solve input 400000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment