lots of exercises in java... from https://github.com/exercism/java
Katrina Owen 5d84437527 Add exercise README templates 9 лет назад
..
readme.go.tmpl Add exercise README templates 9 лет назад

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.