A simple code snippet runner that registers and executes code snippets.
Note This repository already includes some code snippets.
This is a maven project. In order to execute it, clone and compile this repository with the following commands:
git clone https://github.com/lutzseverino/dam-m03-snippet-runner.git
cd dam-m03-snippet-runner
mvn clean install
Then, run the program:
java -jar target/dam-m03-snippet-runner-1.0-SNAPSHOT.jar
- Java 11
- Maven
This was an independent project created for the CFGS DAM course.