Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myty/advent-of-code
My advent of code solutions
https://github.com/myty/advent-of-code
Last synced: 1 day ago
JSON representation
My advent of code solutions
- Host: GitHub
- URL: https://github.com/myty/advent-of-code
- Owner: myty
- Created: 2023-12-02T14:55:48.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-22T04:15:27.000Z (11 months ago)
- Last Synced: 2024-04-14T13:46:31.803Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
Advent of Code is an Advent calendar of small programming puzzles for a variety
of skill sets and skill levels that can be solved in any programming language
you like. People use them as interview prep, company training, university
coursework, practice problems, a speed contest, or to challenge each other.## Getting Started
For the pre-commit hooks to work, you will need to install Husky. An easy way to
do that is to run `deno run -A npm:husky install`## 2023
For 2023, I am solving the puzzles in [Deno](https://deno.com/). See my
[solutions](./2023/). They may not be pretty, but they work.