Skip to content

seanmichwalsh/aoc_2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

Goal

This repo contains my solutions for the 2022 Advent of Code challenge. I've become more familiar with using Rust within embedded environments through my work, but am still a novice with Rust's data handling libraries. I'm using AoC 2022 as a chance to better learn this aspect of the language, and hopefully be more consistent than AoC 2021 :).

Usage

This project is built and run with Cargo. You can build the project with the following command:

cargo build

You can run the project for a specific day with the following command:

cargo run ${problem_day}

Problem Completion

  • Day 1: Calorie Counting
  • Day 2: ???
  • Day 3: ???
  • Day 4: ???
  • Day 5: ???
  • Day 6: ???
  • Day 7: ???
  • Day 8: ???
  • Day 9: ???
  • Day 10: ???
  • Day 11: ???
  • Day 12: ???
  • Day 13: ???
  • Day 14: ???
  • Day 15: ???
  • Day 16: ???
  • Day 17: ???
  • Day 18: ???
  • Day 19: ???
  • Day 20: ???
  • Day 21: ???
  • Day 22: ???
  • Day 23: ???
  • Day 24: ???
  • Day 25: ???

About

My solutions for Advent of Code 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages