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

https://github.com/agentcooper/advent-of-code-2022


https://github.com/agentcooper/advent-of-code-2022

advent-of-code-2022 advent-of-code-2022-swift swift

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

Solutions in Swift for https://adventofcode.com/2022.

To compile and run use `swiftc`, e.g.:

```bash
swiftc 01.swift && ./01
```