You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+18-17
Original file line number
Diff line number
Diff line change
@@ -94,23 +94,24 @@ The [track anatomy documentation](https://github.com/exercism/docs/blob/master/l
94
94
│ ├── RESOURCES.md
95
95
│ └── TESTS.md
96
96
└── exercises
97
-
├── accumulate
98
-
│ ├── package.yaml
99
-
│ ├── stack.yaml
100
-
│ ├── src
101
-
│ │ └── Accumulate.hs
102
-
│ ├── test
103
-
│ │ └── Tests.hs
104
-
│ └── .meta
105
-
│ ├── examples
106
-
│ │ └── success-standard
107
-
│ │ ├── package.yaml
108
-
│ │ └── src
109
-
│ │ └── Accumulate.hs
110
-
│ └── hints.md
111
-
├── allergies
112
-
│ └── ...
113
-
└── ...
97
+
└── practice
98
+
├── accumulate
99
+
│ ├── package.yaml
100
+
│ ├── stack.yaml
101
+
│ ├── src
102
+
│ │ └── Accumulate.hs
103
+
│ ├── test
104
+
│ │ └── Tests.hs
105
+
│ └── .meta
106
+
│ ├── examples
107
+
│ │ └── success-standard
108
+
│ │ ├── package.yaml
109
+
│ │ └── src
110
+
│ │ └── Accumulate.hs
111
+
│ └── hints.md
112
+
├── allergies
113
+
│ └── ...
114
+
└── ...
114
115
```
115
116
-`config.json`: Every exercise has to be registered here. It has a unique name and a difficulty. The sequence order is also the default order in which the exercises are fetched.
0 commit comments