https://github.com/dfm18/java-exercism
My solutions to the exercises performed in the Java practice track at exercism.org. Index
https://github.com/dfm18/java-exercism
exercism-solutions exercism-track java junit maven
Last synced: 3 months ago
JSON representation
My solutions to the exercises performed in the Java practice track at exercism.org. Index
- Host: GitHub
- URL: https://github.com/dfm18/java-exercism
- Owner: dfm18
- Created: 2025-01-18T01:21:00.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T21:44:42.000Z (4 months ago)
- Last Synced: 2025-01-26T22:23:37.197Z (4 months ago)
- Topics: exercism-solutions, exercism-track, java, junit, maven
- Language: Java
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java Exercism
[](https://www.java.com/es/)
[](https://maven.apache.org/)
[](https://junit.org/junit5/)
[](https://exercism.org)In this repository you will find my solutions to the exercises performed in the Java practice track at [exercism.org](https://exercism.org).
## Index
### Beginner Exercises
1. [**Hello World**](./src/main/java/com/dfm18/exercism/helloworld/)
Learn the basics of Java by creating a simple "Hello, World!" program.
2. [**Cook Your Lasagna**](./src/main/java/com/dfm18/exercism/cookyourlasagna/)
Practice basic class creation, methods, and calculations with a lasagna preparation example.