Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joaocarmo/advent-of-code-go

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels.
https://github.com/joaocarmo/advent-of-code-go

advent-of-code challenge challenges-solved coding go golang

Last synced: 6 days ago
JSON representation

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels.

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.

## Calculate the solutions

The solutions can be obtained by running the following command:

```sh
go run . input.txt
```

## Create a new puzzle

Use the template provided in the `templates` directory to create a new puzzle.

```sh
cd $YEAR && ./create-new-from-template.sh $DAY
```