pin2t / aoc2022

Advent of Code 2022

Home Page:https://adventofcode.com/2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Advent of Code 2022

https://adventofcode.com/2022

License:MIT License


Languages

Language:Swift 49.2%Language:Go 47.7%Language:Shell 3.1%