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

https://github.com/serginator/adventofcode2024


https://github.com/serginator/adventofcode2024

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Advent of Code 2024
===================

![Tests](https://github.com/serginator/adventofcode2024/actions/workflows/go.yml/badge.svg)
[![codecov](https://codecov.io/gh/serginator/adventofcode2024/branch/main/graph/badge.svg)](https://codecov.io/gh/serginator/adventofcode2024)

This is my repo for the [Advent of Code 2024](https://adventofcode.com/2024). I will be solving the puzzles in Golang this year to improve my skills in the language.

To test the code you can go to the folder of the day and run the following commands:

To run the tests:
```bash
go test
```

To run the code:
```bash
go run .
```