소스 검색

Add exercise README templates

We are working towards making exercises stand-alone—that is to say:
no more generating READMEs on the fly.

This will give maintainers more control over each individual exercise
README.

The template uses the Go text/template package, and the default templates
generate the exact same READMEs as we have been generating on the fly.
Katrina Owen 9 년 전
부모
커밋
5d84437527
82개의 변경된 파일1394개의 추가작업 그리고 0개의 파일을 삭제
  1. 17
    0
      exercises/accumulate/.meta/readme.go.tmpl
  2. 17
    0
      exercises/acronym/.meta/readme.go.tmpl
  3. 17
    0
      exercises/all-your-base/.meta/readme.go.tmpl
  4. 17
    0
      exercises/allergies/.meta/readme.go.tmpl
  5. 17
    0
      exercises/anagram/.meta/readme.go.tmpl
  6. 17
    0
      exercises/atbash-cipher/.meta/readme.go.tmpl
  7. 17
    0
      exercises/bank-account/.meta/readme.go.tmpl
  8. 17
    0
      exercises/beer-song/.meta/readme.go.tmpl
  9. 17
    0
      exercises/binary-search-tree/.meta/readme.go.tmpl
  10. 17
    0
      exercises/binary-search/.meta/readme.go.tmpl
  11. 17
    0
      exercises/binary/.meta/readme.go.tmpl
  12. 17
    0
      exercises/bob/.meta/readme.go.tmpl
  13. 17
    0
      exercises/book-store/.meta/readme.go.tmpl
  14. 17
    0
      exercises/bowling/.meta/readme.go.tmpl
  15. 17
    0
      exercises/bracket-push/.meta/readme.go.tmpl
  16. 17
    0
      exercises/change/.meta/readme.go.tmpl
  17. 17
    0
      exercises/circular-buffer/.meta/readme.go.tmpl
  18. 17
    0
      exercises/clock/.meta/readme.go.tmpl
  19. 17
    0
      exercises/collatz-conjecture/.meta/readme.go.tmpl
  20. 17
    0
      exercises/complex-numbers/.meta/readme.go.tmpl
  21. 17
    0
      exercises/crypto-square/.meta/readme.go.tmpl
  22. 17
    0
      exercises/custom-set/.meta/readme.go.tmpl
  23. 17
    0
      exercises/diamond/.meta/readme.go.tmpl
  24. 17
    0
      exercises/difference-of-squares/.meta/readme.go.tmpl
  25. 17
    0
      exercises/etl/.meta/readme.go.tmpl
  26. 17
    0
      exercises/flatten-array/.meta/readme.go.tmpl
  27. 17
    0
      exercises/food-chain/.meta/readme.go.tmpl
  28. 17
    0
      exercises/gigasecond/.meta/readme.go.tmpl
  29. 17
    0
      exercises/grade-school/.meta/readme.go.tmpl
  30. 17
    0
      exercises/hamming/.meta/readme.go.tmpl
  31. 17
    0
      exercises/hello-world/.meta/readme.go.tmpl
  32. 17
    0
      exercises/hexadecimal/.meta/readme.go.tmpl
  33. 17
    0
      exercises/isogram/.meta/readme.go.tmpl
  34. 17
    0
      exercises/kindergarten-garden/.meta/readme.go.tmpl
  35. 17
    0
      exercises/largest-series-product/.meta/readme.go.tmpl
  36. 17
    0
      exercises/linked-list/.meta/readme.go.tmpl
  37. 17
    0
      exercises/list-ops/.meta/readme.go.tmpl
  38. 17
    0
      exercises/luhn/.meta/readme.go.tmpl
  39. 17
    0
      exercises/matrix/.meta/readme.go.tmpl
  40. 17
    0
      exercises/meetup/.meta/readme.go.tmpl
  41. 17
    0
      exercises/minesweeper/.meta/readme.go.tmpl
  42. 17
    0
      exercises/nth-prime/.meta/readme.go.tmpl
  43. 17
    0
      exercises/nucleotide-count/.meta/readme.go.tmpl
  44. 17
    0
      exercises/ocr-numbers/.meta/readme.go.tmpl
  45. 17
    0
      exercises/octal/.meta/readme.go.tmpl
  46. 17
    0
      exercises/palindrome-products/.meta/readme.go.tmpl
  47. 17
    0
      exercises/pangram/.meta/readme.go.tmpl
  48. 17
    0
      exercises/pascals-triangle/.meta/readme.go.tmpl
  49. 17
    0
      exercises/perfect-numbers/.meta/readme.go.tmpl
  50. 17
    0
      exercises/phone-number/.meta/readme.go.tmpl
  51. 17
    0
      exercises/pig-latin/.meta/readme.go.tmpl
  52. 17
    0
      exercises/poker/.meta/readme.go.tmpl
  53. 17
    0
      exercises/prime-factors/.meta/readme.go.tmpl
  54. 17
    0
      exercises/pythagorean-triplet/.meta/readme.go.tmpl
  55. 17
    0
      exercises/queen-attack/.meta/readme.go.tmpl
  56. 17
    0
      exercises/raindrops/.meta/readme.go.tmpl
  57. 17
    0
      exercises/rectangles/.meta/readme.go.tmpl
  58. 17
    0
      exercises/rna-transcription/.meta/readme.go.tmpl
  59. 17
    0
      exercises/robot-name/.meta/readme.go.tmpl
  60. 17
    0
      exercises/robot-simulator/.meta/readme.go.tmpl
  61. 17
    0
      exercises/roman-numerals/.meta/readme.go.tmpl
  62. 17
    0
      exercises/run-length-encoding/.meta/readme.go.tmpl
  63. 17
    0
      exercises/saddle-points/.meta/readme.go.tmpl
  64. 17
    0
      exercises/scrabble-score/.meta/readme.go.tmpl
  65. 17
    0
      exercises/secret-handshake/.meta/readme.go.tmpl
  66. 17
    0
      exercises/series/.meta/readme.go.tmpl
  67. 17
    0
      exercises/sieve/.meta/readme.go.tmpl
  68. 17
    0
      exercises/simple-cipher/.meta/readme.go.tmpl
  69. 17
    0
      exercises/simple-linked-list/.meta/readme.go.tmpl
  70. 17
    0
      exercises/space-age/.meta/readme.go.tmpl
  71. 17
    0
      exercises/spiral-matrix/.meta/readme.go.tmpl
  72. 17
    0
      exercises/strain/.meta/readme.go.tmpl
  73. 17
    0
      exercises/sublist/.meta/readme.go.tmpl
  74. 17
    0
      exercises/sum-of-multiples/.meta/readme.go.tmpl
  75. 17
    0
      exercises/transpose/.meta/readme.go.tmpl
  76. 17
    0
      exercises/triangle/.meta/readme.go.tmpl
  77. 17
    0
      exercises/trinary/.meta/readme.go.tmpl
  78. 17
    0
      exercises/twelve-days/.meta/readme.go.tmpl
  79. 17
    0
      exercises/two-fer/.meta/readme.go.tmpl
  80. 17
    0
      exercises/word-count/.meta/readme.go.tmpl
  81. 17
    0
      exercises/word-search/.meta/readme.go.tmpl
  82. 17
    0
      exercises/wordy/.meta/readme.go.tmpl

+ 17
- 0
exercises/accumulate/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/acronym/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/all-your-base/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/allergies/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/anagram/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/atbash-cipher/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/bank-account/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/beer-song/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/binary-search-tree/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/binary-search/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/binary/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/bob/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/book-store/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/bowling/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/bracket-push/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/change/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/circular-buffer/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/clock/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/collatz-conjecture/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/complex-numbers/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/crypto-square/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/custom-set/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/diamond/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/difference-of-squares/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/etl/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/flatten-array/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/food-chain/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/gigasecond/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/grade-school/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/hamming/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/hello-world/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/hexadecimal/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/isogram/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/kindergarten-garden/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/largest-series-product/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/linked-list/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/list-ops/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/luhn/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/matrix/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/meetup/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/minesweeper/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/nth-prime/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/nucleotide-count/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/ocr-numbers/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/octal/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/palindrome-products/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/pangram/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/pascals-triangle/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/perfect-numbers/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/phone-number/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/pig-latin/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/poker/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/prime-factors/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/pythagorean-triplet/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/queen-attack/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/raindrops/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/rectangles/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/rna-transcription/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/robot-name/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/robot-simulator/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/roman-numerals/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/run-length-encoding/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/saddle-points/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/scrabble-score/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/secret-handshake/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/series/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/sieve/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/simple-cipher/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/simple-linked-list/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/space-age/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/spiral-matrix/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/strain/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/sublist/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/sum-of-multiples/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/transpose/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/triangle/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/trinary/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/twelve-days/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/two-fer/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/word-count/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/word-search/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+

+ 17
- 0
exercises/wordy/.meta/readme.go.tmpl 파일 보기

@@ -0,0 +1,17 @@
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
+