Skip to content

Instantly share code, notes, and snippets.

View djgoku's full-sized avatar

Johnny5 djgoku

  • Overland Park, KS
View GitHub Profile
@thejohncotton
thejohncotton / advent_of_code_2022_day_one_tdd_elixir_binary_noggin.livemd
Last active December 4, 2022 16:41
Advent of Code 2022 Day 1 Livebook for TDD

Advent of Code 2022 day 1 for TDD

How to use this livebook

Get started on the Advent Of Code challenges using TDD. We at Binary Noggin have already setup the failing tests for you. If you want to submit answers and get credit, you will need to create an account on the advent of code website.

Happy Coding!

Problem Statement, and part 1