swift-aoc-starter-example icon indicating copy to clipboard operation
swift-aoc-starter-example copied to clipboard

Swift starter project for solving Advent of Code challenges.

Results 3 swift-aoc-starter-example issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

bug

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.