Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gaurav-gosain/advent-of-code-2023

My AOC 2023 Solutions
https://github.com/gaurav-gosain/advent-of-code-2023

aoc aoc2023-in-python

Last synced: 25 days ago
JSON representation

My AOC 2023 Solutions

Awesome Lists containing this project

README

        

[Link to AOC (2023)](https://adventofcode.com/2023)

This repository is a collection of my coding attempts at solving the daily challenges for Advent of Code 2023...

>
>
> NOTE: To run the code, you can use the following command:
>
>
> ```bash
> python3 day_1/solution.py > day_1/in.txt
> ```
>
> Replace the day number and the file name as appropriate.
>
>

I'll try to keep the code as clean as possible, but I'm not making any promises :P

### Code to join the Heriot-Watt Universities Tech Club leaderboard

> # ```2473134-d6bfe471```

### Link to the leaderboard: [2023 Leaderboard](https://aoc2023.gaurav.zip/leaderboard)
### Link to the Final Calendar: [2023 Calendar](https://aoc2023.gaurav.zip/calendar)

---