/AdventOfCode-2020

My Swift/SwiftUI Playground solutions for Advent of Code 2020.

Primary LanguageSwift

Advent of Code 2020

Setup

To run on your own account's data, delete the existing resource files. Either replace them with downloads from your account. Or use your browser's network inspector to find the session cookie value from https://adventofcode.com/2020/day/1/input, create Secrets.swift and define sessionToken with this value.