Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
/ aoc Public archive

Advent of Code

License

Notifications You must be signed in to change notification settings

christopher-dG/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

Advent of Code 2020 in OCaml. Follow my associated blog posts here!

Goals

  • Learning OCaml
  • Fun

Non-Goals

  • Optimality of solutions
  • Speed of programming

Personal Rules

  • Avoid excessive external packages
  • Avoid finding help online
  • Don't go back and refactor old solutions (leaving comments is okay, I want to be able to see my progression)

Cheat Days

Run It

dune runtest  # Tests
dune exec bench/main.exe -quota 1  # Benchmarks

About

Advent of Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages