17 lines
319 B
Cheetah
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.
|