Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salvatoret/advent-of-code-2024
Let's see how far I make it this year
https://github.com/salvatoret/advent-of-code-2024
aoc-2024-in-kotlin
Last synced: 11 days ago
JSON representation
Let's see how far I make it this year
- Host: GitHub
- URL: https://github.com/salvatoret/advent-of-code-2024
- Owner: SalvatoreT
- Created: 2024-12-01T22:09:48.000Z (21 days ago)
- Default Branch: main
- Last Pushed: 2024-12-10T19:21:25.000Z (12 days ago)
- Last Synced: 2024-12-10T20:28:25.093Z (12 days ago)
- Topics: aoc-2024-in-kotlin
- Language: Kotlin
- Homepage:
- Size: 85 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
I'm not doing Rust this year.
## Running code
I'm trying out [Amper](https://github.com/JetBrains/amper) this year. To execute the whole project, just run the
following command.```shell
./amper test
```