Skip to content

brandongasser/Advent2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

These are my solutions for Advent of Code 2022. My solutions are written in Haskell.

Project Structure

The base directory contains any utility functions that can be used between days. The solutions for each day are in a folder named "dayx". Each folder contains my puzzle input in a text file "input.txt" and any haskell files used for the puzzle.

Running a Solution

To run a solution, run the following command from the base directory

runhaskell day[day number]/[file name]

About

My solutions to Advent of Code 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published