https://github.com/serginator/adventofcode2024
https://github.com/serginator/adventofcode2024
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/serginator/adventofcode2024
- Owner: serginator
- Created: 2024-12-01T19:11:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-01T19:50:15.000Z (over 1 year ago)
- Last Synced: 2024-12-01T20:30:34.255Z (over 1 year ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Advent of Code 2024
===================

[](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 .
```