Skip to content

RomainPierre7/Advent-of-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⭐ Advent of Code 🎄

This repository contains all my solutions to the AOC puzzles.

  • 2023: Made in Python 🐍
  • 2024: Made in Rust 🦀

Commands 🚀

Create a new day 📅

./make_day_<language>.sh <year> <day>

Python 🐍

python X_x.py

Rust 🦀

rustc X_x.rs -o X_x.exe -C opt-level=3 && ./X_x.exe

or

cargo run --release

ASCII Art 🎨

           *             ,
                       _/^\_
                      <     >
     *                 /.-.\         *
              *        `/&\`                   *
                      ,@.*;@,
                     /_o.I %_\    *
        *           (`'--:o(_@;
                   /`;--.,__ `')             *
                  ;@`o % O,*`'`&\ 
            *    (`'--)_@ ;o %'()\      *
                 /`;--._`''--._O'@;
                /&*,()~o`;-.,_ `""`)
     *          /`,@ ;+& () o*`;-';\
               (`""--.,_0 +% @' &()\
               /-.,_    ``''--....-'`)  *
          *    /@%;o`:;'--,.__   __.'\
              ;*,&(); @ % &^;~`"`o;@();         *
              /(); o^~; & ().o@*&`;&%O\
              `"="==""==,,,.,="=="==="`
           __.----.(\-''#####---...___...-----._
         '`         \)_`"""""`
                 .--' ')
               o(  )_-\
                 `"""` `


                       .------,
         .\/.          |______|
       _\_}{_/_       _|_Ll___|_
        / }{ \       [__________]          .\/.
         '/\'        /          \        _\_\/_/_
                    ()  o  o    ()        / /\ \
                     \ ~~~   .  /          '/\'
                _\/   \ '...'  /    \/_
                 \\   {`------'}    //
                  \\  /`---/',`\\  //
                   \/'  o  | |\ \`//
                   /'      | | \/ /\
      __,. -- ~~ ~|    o   `\|      |~ ~~ -- . __
                  |                 |
                  \    o            /
                   `._           _.'
                      ^~- . -  ~^ 


                       _...
                 o_.-"`    `\
          .--.  _ `'-._.-'""-;     _
        .'    \`_\_  {_.-a"a-}  _ / \
      _/     .-'  '. {c-._o_.){\|`  |
     (@`-._ /       \{    ^  } \\ _/
      `~\  '-._      /'.     }  \}  .-.
        |>:<   '-.__/   '._,} \_/  / ())  
        |     >:<   `'---. ____'-.|(`"`
        \            >:<  \\_\\_\ | ;
         \                 \\-{}-\/  \
          \                 '._\\'   /)
           '.                       /(
             `-._ _____ _ _____ __.'\ \
               / \     / \     / \   \ \ 
            _.'/^\'._.'/^\'._.'/^\'.__) \
        ,=='  `---`   '---'   '---'      )
        `"""""""""""""""""""""""""""""""`


            |\ .             . /|
           ._\\/             \//_.
             ',\_,         ,_/,'
               \.'         './
               _\\/       \//_
               '-.\,     ,/.-'
                  \\     //
                 _.-`"""`-._
              ,-'-' _   _ '-'-,
               '--\ o   o /'-'
                  |       |
                  |       |
                  /       \
                  |  \_/  |
                   \ _|_ /
                    '---'

ASCII Art by [Joan G. Stark](https://en.wikipedia.org/wiki/Joan_Stark).

Releases

No releases published

Packages

No packages published