17 lines
319 B
Markdown
17 lines
319 B
Markdown
|
|
# {{ .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.
|