Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pin2t/aoc2022
- Owner: pin2t
- License: mit
- Created: 2022-12-01T05:06:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T06:02:03.000Z (about 1 year ago)
- Last Synced: 2024-06-21T18:09:17.755Z (7 months ago)
- Topics: advent-of-code, advent-of-code-2022, advent-of-code-2022-golang, advent-of-code-2022-swift, challenges, golang, swift
- Language: Swift
- Homepage: https://adventofcode.com/2022
- Size: 221 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`