Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nealarch01/advent-of-code-2022
🎄🎁 Advent of code 2022 solutions in Swift!
https://github.com/nealarch01/advent-of-code-2022
Last synced: about 17 hours ago
JSON representation
🎄🎁 Advent of code 2022 solutions in Swift!
- Host: GitHub
- URL: https://github.com/nealarch01/advent-of-code-2022
- Owner: nealarch01
- Created: 2022-12-03T00:33:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-18T06:34:04.000Z (about 2 years ago)
- Last Synced: 2023-03-08T12:27:12.980Z (almost 2 years ago)
- Language: Swift
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of code 2022
2022 solutions implemented in Swift!!## Somewhat relevant info:
- XCode was not used. Everything was compiled using `swiftc -o a `
- Example of running the executable: `./a inputfile.txt`
- Inside the template directory is a swift template program which will check for command-line arguments, (if exists) read the input file, and save its contents as a string.