Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agentender/advent-of-code-2021
https://github.com/agentender/advent-of-code-2021
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/agentender/advent-of-code-2021
- Owner: AgentEnder
- Created: 2021-12-01T22:52:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T16:43:19.000Z (4 months ago)
- Last Synced: 2024-10-11T17:04:38.067Z (3 months ago)
- Language: TypeScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Polyglot AoC 2021
This is my repo for Advent of Code 2021 problems. The repo is setup for solving the problems in C#, Python, Rust, and Typescript currently.
## Running Solutions
1. Run `npm i`
2. Run `npm start`This assumes the following commands are available on PATH
- `python3 --version`
- `dotnet --version`
- `rustc --version`
- `node`
- `npx`
- `kotlinc -help`