Kaynağa Gözat
Merge pull request #1288 from exercism/kytrinyx/rm-extraneous-template
Delete unnecessary template override
Sam Warner
8 yıl önce
ebeveyn
işleme
c975504f84
No account linked to committer's email
|
|
@@ -1,17 +0,0 @@
|
|
1
|
|
-# {{ .Spec.Name }}
|
|
2
|
|
-
|
|
3
|
|
-{{ .Spec.Description -}}
|
|
4
|
|
-{{- with .Hints }}
|
|
5
|
|
-{{ . }}
|
|
6
|
|
-{{ end }}
|
|
7
|
|
-{{- with .TrackInsert }}
|
|
8
|
|
-{{ . }}
|
|
9
|
|
-{{ end }}
|
|
10
|
|
-{{- with .Spec.Credits -}}
|
|
11
|
|
-## Source
|
|
12
|
|
-
|
|
13
|
|
-{{ . }}
|
|
14
|
|
-{{ end }}
|
|
15
|
|
-## Submitting Incomplete Solutions
|
|
16
|
|
-It's possible to submit an incomplete solution so you can see how others have completed the exercise.
|
|
17
|
|
-
|
|
|
@@ -37,5 +37,5 @@ in your terminal.
|
|
37
|
37
|
|
|
38
|
38
|
|
|
39
|
39
|
## Submitting Incomplete Solutions
|
|
40
|
|
-It's possible to submit an incomplete solution so you can see how others have completed the exercise.
|
|
41
|
40
|
|
|
|
41
|
+It's possible to submit an incomplete solution so you can see how others have completed the exercise.
|