Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/agentender/advent-of-code-2021


https://github.com/agentender/advent-of-code-2021

Last synced: 23 days ago
JSON representation

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`