lots of exercises in java... from https://github.com/exercism/java
Samuel Warner d3e23b8873 forth: update tests suite to 1.4.0 hace 8 años
..
src/reference/java Restructure exercise directory hace 9 años
readme.go.tmpl forth: add to track hace 9 años
version forth: update tests suite to 1.4.0 hace 8 años

readme.go.tmpl

# {{ .Spec.Name }}

{{ .Spec.Description -}}
{{- with .Hints }}
{{ . }}
{{ end }}
{{- with .TrackInsert }}
{{ . }}
{{ end }}
{{- with .Spec.Credits -}}
## Source

{{ . }}
{{ end }}
## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.