Skip to content

coldhearti/advent-of-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022 solutions.

     ___       __                 __  ____  __________          __
    /   | ____/ /   _____  ____  / /_/ __ \/ __/ ____/___  ____/ /__
   / /| |/ __  / | / / _ \/ __ \/ __/ / / / /_/ /   / __ \/ __  / _ \
  / ___ / /_/ /| |/ /  __/ / / / /_/ /_/ / __/ /___/ /_/ / /_/ /  __/
 /_/  |_\__,_/ |___/\___/_/ /_/\__/\____/_/  \____/\____/\__,_/\___/

             ______      __    ____                    __
            / ____/___  / /___/ / /_  ___  ____ ______/ /_
           / /   / __ \/ / __  / __ \/ _ \/ __ `/ ___/ __/
          / /___/ /_/ / / /_/ / / / /  __/ /_/ / /  / /_
          \____/\____/_/\__,_/_/ /_/\___/\__,_/_/   \__/

                                                    © coldheart (2023)

About

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.

This repo contains solutions to the 2022 Advent of Code.

The puzzles and more information: https://adventofcode.com/2022

Installation

To install the package run:

pip install .

To uninstall the package run:

pip uninstall aoc2022

To run:

The installation includes a runnable cli script:

aoc2022

Solutions print to CLI.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages