Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gaurav-gosain/advent-of-code-2023
- Owner: Gaurav-Gosain
- Created: 2023-12-01T07:09:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-20T06:11:24.000Z (about 1 month ago)
- Last Synced: 2024-12-20T07:21:59.222Z (about 1 month ago)
- Topics: aoc, aoc2023-in-python
- Language: Python
- Homepage: https://aoc2023.gauravgosain.dev/
- Size: 218 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)---