記法
```tree . ├── a │ ├── c.cs │ ├── d.cs └── b ├── e.cs ├── f.cs └── g.cs ```
または
```tree a/ c.cs d.cs b/ e.cs f.cs g.cs ```
結果