Skip to content

25prabhu10/advent-of-code

Repository files navigation

Advent of Code Solutions

Solution to the Advent of Code problems in both JavaScript and Python.

Running Solutions

To run a solution, cd into its directory and invoke the program:

# day 1
cd aoc01

# JavaScript
node index.js

# Python
python main.py

Environments:

  • Node.js v19
  • Python v3.10

TODO:

  • Solutions in C#
  • Add test cases
  • Benchmark the code

About

advent-of-code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published