Skip to content

marcnunezc/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of code

adventofcode.com

2020 & 2021

Solutions written in Python.

How to run

Simply execute the script:

python3 day_1.py

2022

    ___   ____  _________  ___
   /   | / __ \/ ____/__ \|__ \
  / /| |/ / / / /    __/ /__/ /
 / ___ / /_/ / /___ / __// __/
/_/  |_\____/\____//____/____/

Solutions written in C++.

How to run

Compile with:

sh scripts/configure.sh

Run selecting the day, part and provide the input:

./aoc22 Day01_1 < Day01/input.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages