Skip to content
/ aoc-22 Public

My Advent of Code 2022 Solutions (Incomplete)

Notifications You must be signed in to change notification settings

CDE90/aoc-22

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Advent of Code 2022 Solutions

This repository contains my solutions to the Advent of Code 2022 challenges. I will try to have solutions for each day written in Rust, Python, and TypeScript. I'm using Advent of Code as a way to learn these languages, so I'm sure there will be some mistakes and bad practices.

The boilerplate code for each day is generated using my AoC template generator.

Running the solutions

The easiest way to run the solutions is with my custom AoC Tool.

aoc r -d {day} -l {language}

Language can be one of rs, py, or ts.

You will need to install the relevant language toolchain to run the solutions. Rust, Python, and Deno are required.

Running without tool

Rust

To run the Rust solutions, you need to have Rust installed. Then, you can run the solutions using cargo run --bin aoc-XX where XX is the day number.

Python

To run the Python solutions, you need to have Python installed. Then, you can run the solutions using python3 -m XX/solution.py where XX is the day number.

TypeScript

To run the TypeScript solutions, you need to have Deno installed. Then, you can run the solutions using deno run --allow-read XX/solution.ts where XX is the day number.

About

My Advent of Code 2022 Solutions (Incomplete)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published