Skip to content

Commit

Permalink
README: Add concepts and concept exercises to directory structure
Browse files Browse the repository at this point in the history
This commit is part of #1083
  • Loading branch information
pwadsworth authored and petertseng committed Aug 14, 2022
1 parent 617e9c0 commit 9a8e2ea
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ The [track anatomy documentation](https://github.com/exercism/docs/blob/master/l
├── README.md
├── bin
│ └── fetch‐configlet
├── concepts
│ ├── basics
│ │ ├── about.md
│ │ ├── introduction.md
│ │ └── links.json
│ └── ...
├── config.json
├── docs
│ ├── ABOUT.md
Expand All @@ -94,6 +100,26 @@ The [track anatomy documentation](https://github.com/exercism/docs/blob/master/l
│ ├── RESOURCES.md
│ └── TESTS.md
└── exercises
├── concept
│ ├── AnnalynsInfiltration
│ │ ├── package.yaml
│ │ ├── stack.yaml
│ │ ├── src
│ │ │ └── AnnalynsInfiltration.hs
│ │ ├── test
│ │ │ └── Tests.hs
│ │ ├── .docs
│ │ │ ├── instructions.md
│ │ │ ├── introduction.md
│ │ │ └── hints.md
│ │ └── .meta
│ │ ├── config.json
│ │ ├── design.md
│ │ └── exemplar
│ │ ├── package.yaml
│ │ └── src
│ │ └── AnnalynsInfiltration.hs
│ └── ...
└── practice
├── accumulate
│ ├── package.yaml
Expand Down

0 comments on commit 9a8e2ea

Please sign in to comment.