swift-aoc-starter-example
swift-aoc-starter-example copied to clipboard
Swift starter project for solving Advent of Code challenges.
The package uses async/await, ContinuousClock and some other API only available from iOS 16. Right now Package.swift doesn't specify minimum supported targets for all the platforms except for macOS, so...
This command flag creates new files for the next day. Just run this command and new files will be created! ``` ➜ swift-aoc-starter-example git:(feature/new-flag) swift run AdventOfCode --new Building for...
Updates the README.md file to remove two sentences that are already present in the previous paragraph.