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

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.

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.