Explorar el Código

Merge pull request #1288 from exercism/kytrinyx/rm-extraneous-template

Delete unnecessary template override
Sam Warner hace 8 años
padre
commit
c975504f84
Ninguna cuenta está vinculada al correo electrónico del colaborador
Se han modificado 2 ficheros con 1 adiciones y 18 borrados
  1. 0
    17
      exercises/forth/.meta/readme.go.tmpl
  2. 1
    1
      exercises/forth/README.md

+ 0
- 17
exercises/forth/.meta/readme.go.tmpl Ver fichero

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
-

+ 1
- 1
exercises/forth/README.md Ver fichero

37
 
37
 
38
 
38
 
39
 ## Submitting Incomplete Solutions
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.