Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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.