Skip to content

LonelyYeezhiChicken/advent-of-code-2022

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

My solutions to Advent of Code 2022 using Python3

usage: app.py [-h] [-d day_number] [-p part_number] [--raw] [--add] [--add-test-file test_number] [--skip-test] [--benchmark] [--submit]

Advent of Code solution runner

options:
  -h, --help            show this help message and exit
  -d day_number, --day day_number
                        Required, day number of the AoC event
  -p part_number, --part part_number
                        Required, part number of the day of the AoC event
  --raw                 Optional, use raw input instead of stripped input
  --add                 Optional, create daily file
  --add-test-file test_number
                        Optional, create additional test files
  --skip-test           Optional, skipping tests
  --benchmark           Optional, benchmarking the code, and also skipping tests
  --submit              Optional, submit your answer to AoC

About

Python solutions to Advent of Code 2022

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%