Skip to content

lutzseverino/dam-m03--runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dam-m03--runner

A simple code snippet runner that registers and executes code snippets.

Note This repository already includes some code snippets.

How to run

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

Requirements

  • Java 11
  • Maven

Project background

This was an independent project created for the CFGS DAM course.

Releases

No releases published

Packages

No packages published

Languages