Skip to content

Commit 617e9c0

Browse files
pwadsworthpetertseng
authored andcommitted
README: move accumulate under practice
Should have been done with 2ef2c03, which was a part of #936 This commit is part of #1083
1 parent 563bf59 commit 617e9c0

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

README.md

+18-17
Original file line numberDiff line numberDiff line change
@@ -94,23 +94,24 @@ The [track anatomy documentation](https://github.com/exercism/docs/blob/master/l
9494
│ ├── RESOURCES.md
9595
│ └── TESTS.md
9696
└── 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+
└── ...
114115
```
115116
- `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.
116117

0 commit comments

Comments
 (0)