lots of exercises in java... from https://github.com/exercism/java
Stuart Kent 5d83869f71 Rename .version files il y a 9 ans
..
src/reference/java Restructure exercise directory il y a 9 ans
readme.go.tmpl forth: add to track il y a 9 ans
version Rename .version files il y a 9 ans

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.