Skip to content

AntonFagerberg/advent-of-code-y2016

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Advent of Code 2016 in Haskell

This project is built using The Haskell Tool Stack.

Run all solutions

stack test

Run solution for a specific day

stack test --test-arguments "-m "Day01""

Building PCRE (MacOs)

If you can't build PCRE (Regex package) due to a missing header file:

brew install pcre

C_INCLUDE_PATH=/usr/local/Cellar/pcre/8.39/include stack build

(Change 8.39 to appropriate version)

About

Advent of Code 2016 in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published