Skip to content

Commit

Permalink
Add default exercise readme template
Browse files Browse the repository at this point in the history
  • Loading branch information
Katrina Owen authored and snahor committed Jul 18, 2017
1 parent 7ff1249 commit bbe6a20
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/exercise_readme.go.tmpl
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit bbe6a20

Please sign in to comment.