Skip to content

ErikSchierboom/java-representer

 
 

Repository files navigation

Exercism java-representer

Java representer takes a Java exercise solution and provides a normalized representation of it. The representer implements the representer interface

Quickstart

Docker

  1. Create image

sudo docker build --no-cache -t exercism/java-representer .

  1. Run the container

sudo docker run  -v <EXERCISES_FOLDER>:/app/data exercism/java-representer <EXERCISE_SLUG> /app/data/

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.1%
  • Other 0.9%