Add default exercise readme template

This commit is contained in:
Katrina Owen 2017-07-16 13:24:35 -06:00
parent 9439712e42
commit f7cd1f331c

View file

@ -0,0 +1,16 @@
# {{ .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.