https://github.com/devdutt6/advent-of-code
The daily solutions for advent-of-code hackathon.
https://github.com/devdutt6/advent-of-code
advent-of-code adventofcode adventofcode2022 aoc aoc-2022-in-js
Last synced: 3 months ago
JSON representation
The daily solutions for advent-of-code hackathon.
- Host: GitHub
- URL: https://github.com/devdutt6/advent-of-code
- Owner: devdutt6
- Created: 2022-12-06T06:52:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T10:25:10.000Z (over 2 years ago)
- Last Synced: 2025-01-18T18:53:01.144Z (4 months ago)
- Topics: advent-of-code, adventofcode, adventofcode2022, aoc, aoc-2022-in-js
- Language: JavaScript
- Homepage: https://adventofcode.com
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
This repo will contain the solution of everyday puzzle of AOC problem in lang-javascript may convert in Typescript later.
There will be folders for each day's puzzle.
### additionally
I have used a npm library/package [aoctemplate](https://www.npmjs.com/package/aoctemplate) for creating template files and running solution through template code which was needed but i was just tired of writing daily.
## Contribute
I You have a better code for same solution or a better solution for puzzle feel free to mail me or [open an issue at github](https://github.com/devdutt6/advent-of-code/issues) and write the description.### I will always **like** to know your thoughts on it.