Files
05ab1e/config/exercise_readme.go.tmpl
2020-06-28 12:13:08 -06:00

17 lines
319 B
Cheetah

# {{ .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.