Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 2.13 KB

README.md

File metadata and controls

60 lines (39 loc) · 2.13 KB

Advent of code (AOC) 2022 & Livebook 🤶

Hey! I will solve the advent of code (AOC) using Elixir 💧 & Livebook 📚.

📖 In this livebook are indexed all puzzles completed and their answers:

Index Button

Run in Livebook

🚢 Be careful about the port! Maybe, it's in use.

Index

Basic concepts

  • 📅 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.

Project Structure

|   "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)

Project Installation

📚 If you want to use Livebook:

git clone https://github.com/IciaCarroBarallobre/aoc-livebook-22.git
  • Step 6: Initialize Livebook and search the file: AdventOfCodeIndex.livemd