Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andersonhsporto/adventofcode-2024

Advent Of Code 2024
https://github.com/andersonhsporto/adventofcode-2024

adventofcode adventofcode2024 java

Last synced: 20 days ago
JSON representation

Advent Of Code 2024

Awesome Lists containing this project

README

        

# AdventOfCode 2024

My solutions to the Advent of Code 2024 puzzles.

## Stack

- Java

## Implementation

- Each day is a separate folder/package and is a use a simplistic approach to solve the puzzles.

## Running the code

- You can run the code by running the main method in the `Main` class of each day with you favorite IDE or by running the following command in the terminal:

```bash
javac Main.java
java Main
```