Skip to content

414owen/advent-of-code-2022

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2021

https://adventofcode.com/2021

These are my solutions to programming problems given on the website.

For each day, if I have a solution in rust, it can probably be run with:

cargo run <input.txt

If I have a solution in haskell, it can probably be run with:

runghc src/main.hs <input.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 97.1%
  • Haskell 2.9%