lots of exercises in java... from https://github.com/exercism/java
Samuel Warner d3e23b8873 forth: update tests suite to 1.4.0 8 yıl önce
..
src/reference/java Restructure exercise directory 9 yıl önce
readme.go.tmpl forth: add to track 9 yıl önce
version forth: update tests suite to 1.4.0 8 yıl önce

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.