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

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

Awesome Lists containing this project

README

        

# Java Exercism

[![Java](https://img.shields.io/badge/Java-ED8B00?style=for-the-badge&logoColor=white)](https://www.java.com/es/)
[![Maven](https://img.shields.io/badge/Apache_Maven-C71A36?style=for-the-badge&logo=apachemaven&logoColor=white)](https://maven.apache.org/)
[![JUnit](https://img.shields.io/badge/JUnit-25A162?style=for-the-badge&logo=junit5&logoColor=white)](https://junit.org/junit5/)
[![Exercism](https://img.shields.io/badge/Exercism-009CAB?style=for-the-badge&logo=exercism&logoColor=white)](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.