Skip to content

cronokirby/Advent-2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AOC 2018

This repository contains some solutions for advent of code 2018

Running the solutions

Most of the solutions are in haskell, but here's instructions for running everything:

Haskell

runghc N.hs

Python

python N.py

Rust

rustc N.rs && ./N

C

gcc N.c && ./N

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published