Skip to content

Commit b919835

Browse files
authored
Update README.md
1 parent 9df9245 commit b919835

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
11
# adventofcode2023
22
Advent of Code 2023 Java Solutions ♨️
3+
4+
Advent of Code Java Solutions
5+
6+
This repository hosts my Java solutions for the Advent of Code challenges. Each day's problem is solved using Java, and the solutions are organized in a clear directory structure. This project serves as a learning and coding exercise to tackle the Advent of Code puzzles and showcase Java programming techniques.
7+
8+
Table of Contents
9+
10+
Day 1: Solution for the Day 1 puzzle.
11+
Day 2: Solution for the Day 2 puzzle.
12+
...
13+
How to Run
14+
15+
To execute a specific solution, navigate to the respective day's directory and compile and run the Java file.
16+
17+
bash
18+
Copy code
19+
javac Day1/Day1.java
20+
java Day1.Day1
21+
Feel free to explore, contribute, and learn from these solutions. Happy coding and enjoy the Advent of Code challenges!

0 commit comments

Comments
 (0)