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

https://github.com/tomaintaround/adventofcode2024-lua

My Advent Of Code 2024 exercises, in Lua
https://github.com/tomaintaround/adventofcode2024-lua

advent-of-code2024 lua

Last synced: 5 months ago
JSON representation

My Advent Of Code 2024 exercises, in Lua

Awesome Lists containing this project

README

          

# Advent of Code 2024
Here you can find my solutions for the AoC 2024 exercises.
To run each exercise, run the following command:
```sh
$ lua init.lua 'dayNumber' # you can add more arguments depending of the exercise
```