Skip to content

Solutions to Advent of Code 2022 in Elixir, to teach myself the language.

Notifications You must be signed in to change notification settings

helmetroo/aoc2022-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aoc2022-elixir

Solutions to AOC 2022 in Elixir.

Running

First, clone this repo.

git clone https://github.com/helmetroo/aoc2022-elixir.git

Change directories and install dependencies.

mix deps.get

Build and run.

mix escript.build && ./aoc2022_elixir

About

Solutions to Advent of Code 2022 in Elixir, to teach myself the language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages