https://github.com/tpetrina/adventofcode
Solutions for the https://adventofcode.com
https://github.com/tpetrina/adventofcode
adventofcode adventofcode2021
Last synced: about 2 months ago
JSON representation
Solutions for the https://adventofcode.com
- Host: GitHub
- URL: https://github.com/tpetrina/adventofcode
- Owner: tpetrina
- Created: 2021-12-02T18:25:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-08T20:25:35.000Z (over 1 year ago)
- Last Synced: 2025-05-24T10:40:01.383Z (10 months ago)
- Topics: adventofcode, adventofcode2021
- Language: C#
- Homepage:
- Size: 225 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code solutions
This repository contains solutions for 2021 [Advent of Code](https://adventofcode.com) challenges.
## Running the solutions
### `csx` files
Install [dotnet script](https://github.com/filipw/dotnet-script) as a global .NET tool. .NET (Core or >=5) is also required.
Run code from terminal with `dotnet script day$DAY.csx`.