Hey! I will solve the advent of code (AOC) using Elixir 💧 & Livebook 📚.
📖 In this livebook are indexed all puzzles completed and their answers:
🚢 Be careful about the port! Maybe, it's in use.
Index
-
📅 Advent of Code is an advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.
-
📖 Livebook is a web application for writing interactive and collaborative code notebooks.
| "README.md" <-- # This file: Introduction and abstract of the project, including installation steps.
| "AdventOfCodeIndex.livemd" <-- # AOC index to the different puzzles.
| "MoreInfo.md"
| .gitignore <-- # File placed in the repository that tells git not to track certain files.
|
\---Puzzles
+---Day1
| "Day1.livemd"
...
|
|
\---DayX
(Made with: tree /f /a > tree.txt
)
📚 If you want to use Livebook:
- Step 1: Install and configure Git (Install path) with GitHub (How to configure GitHub).
- Step 2: Install Elixir.
- Step 3: Install Livebook.
- Step 4: Download the project with GitHub Desktop, by https or by ssh. For example with https:
git clone https://github.com/IciaCarroBarallobre/aoc-livebook-22.git
- Step 6: Initialize Livebook and search the file: AdventOfCodeIndex.livemd