Skip to content

Code for a video series I'm making on solving protohackers.com challenges in Elixir. 📺

Notifications You must be signed in to change notification settings

whatyouhide/protohackers_in_elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protohackers in Elixir

This repository contains the code for the video series I'm making, focused on solving the Protohackers network challenges in Elixir.

You can find the video series on my YouTube channel, starting from the first video:

Thumbnail for the first video, which is an AI-generated drawing of an otter sitting at a desk and programming

Running Locally

You can run this application locally by cloning the repository and running:

mix deps.get
mix run --no-halt

Deploying

I'm deploying this application on Fly.io.