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: 2 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-28T00:42:45.000Z (over 1 year ago)
- Last Synced: 2025-03-24T12:17:34.441Z (about 1 year ago)
- Topics: exercism-solutions, exercism-track, java, junit, maven
- Language: Java
- Homepage:
- Size: 15.6 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.