Skip to content

This project is based on try to solve advent of code (aoc) 22, using Elixir & Livebook

License

Notifications You must be signed in to change notification settings

IciaCarroBarallobre/aoc-livebook-22

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This project is based on try to solve advent of code (aoc) 22, using Elixir & Livebook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages