Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pin2t/aoc2022

Advent of Code 2022
https://github.com/pin2t/aoc2022

advent-of-code advent-of-code-2022 advent-of-code-2022-golang advent-of-code-2022-swift challenges golang swift

Last synced: about 2 months ago
JSON representation

Advent of Code 2022

Awesome Lists containing this project

README

        

# Advent of Code 2022

This repository contains small programs which solves Advent of Code 2022 puzzles. Using two languages (Go and Swift) just for fun and comparison.
In .txt files **my** input from adventofcode.com. Yours will be different.

## Running go solutions
`go run 01.go < inputs/01.txt`

## Running swift solutions
`swift 01.swift < inputs/01.txt`