Skip to content

Latest commit

Β 

History

History

09

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

πŸŽ„ Day 09

In Elixir

First impression: really really fun language. My first time programming in an actual functional language (not a functional/imperative mix like Rust or Tokiscript). It is really interesting and nice. I will definitely try using elixir for a small project or two of mine.

Tho there was a tiny bit of struggle due to me having the imperative mindset and just jumping into a functional language without properly reading any tutorials or anything, it went fine. It was also an easy day so that made it better.

Quickstart

To run part 1 or part 2, do:

$ make part1
$ make part2