https://github.com/ts95/advent-of-code-2018
Advent of code (2018)
https://github.com/ts95/advent-of-code-2018
2018 advent challenge code
Last synced: 2 months ago
JSON representation
Advent of code (2018)
- Host: GitHub
- URL: https://github.com/ts95/advent-of-code-2018
- Owner: ts95
- Created: 2018-12-03T19:33:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-03T20:13:22.000Z (over 7 years ago)
- Last Synced: 2025-03-05T19:29:36.132Z (over 1 year ago)
- Topics: 2018, advent, challenge, code
- Language: Swift
- Homepage: https://adventofcode.com
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of code (2018)
My solutions to the challenges written in Swift - https://adventofcode.com
## How to run a solution
E.g. `cd Day1 && swift Main.swift`