Skip to content

Latest commit

 

History

History
68 lines (49 loc) · 8.47 KB

README.md

File metadata and controls

68 lines (49 loc) · 8.47 KB

GodderE2D’s Advent of Code

My personal Advent of Code accomplishments. Learn more about Advent of Code.

I'm known as GodderE2D on Advent of Code which is linked to my GitHub account. I'm also on the unofficial discord.js leaderboard. I sometimes discuss my and other's results in the discord.js Discord server.

CLI Instructions

# Install dependencies (yarn 4)
yarn

# Run 2023 day 1 part 1
yarn runner 2023 1 1

# With custom input (everything after the part is considered as input)
yarn runner 2023 1 1 abcxyz

# With custom input from file
yarn runner 2023 1 1 ~/my-custom-input.txt

Results

Note

No spoilers are shown directly in the README, they are either linked on another page or must be revealed first.

2022

  • Language: TypeScript

My first year doing Advent of Code, and so it begins... 👀

Stars Day Links
⭐️⭐️ 1 Summary · Part 1 Code · Part 2 Code · AoC Page ↗︎
⭐️⭐️ 2 Summary · Part 1 Code · Part 2 Code · AoC Page ↗︎
⭐️⭐️ 3 Summary · Part 1 Code · Part 2 Code · AoC Page ↗︎
⭐️⭐️ 4 Summary · Part 1 Code · Part 2 Code · AoC Page ↗︎
⭐️⭐️ 5 Summary · Part 1 Code · Part 2 Code · AoC Page ↗︎
⭐️⭐️ 6 Summary · Part 1 Code · Part 2 Code · AoC Page ↗︎
⭐️⭐️ 7 Summary · Part 1 Code · Part 2 Code · AoC Page ↗︎
⭐️⭐️ 8 Summary · Part 1 Code · Part 2 Code · AoC Page ↗︎
⭐️⭐️ 9 Summary · Part 1 Code · Part 2 Code · AoC Page ↗︎
⭐️⭐️ 10 Summary · Part 1 Code · Part 2 Code · AoC Page ↗︎
⭐️⭐️ 11 Summary · Part 1 Code · Part 2 Code · AoC Page ↗︎

2023

  • Language: TypeScript

It's 2023 already? I swear some years pass quicker than others. Anyways, I'm using TypeScript again this year, mostly because I haven't found motivation to learn another language. Also, I don't want to be stuck for an hour because I don't know how to solve something in a specific language. Happy holidays!

Stars Day Links
⭐️⭐️ 1 Summary · Part 1 Code · Part 2 Code · AoC Page ↗︎
⭐️⭐️ 2 Summary · Part 1 Code · Part 2 Code · AoC Page ↗︎
⭐️⭐️ 3 Summary · Part 1 Code · Part 2 Code · AoC Page ↗︎
⭐️⭐️ 4 Summary · Part 1 Code · Part 2 Code · AoC Page ↗︎

License

This repository is licensed under the Apache License 2.0.