aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: dec41707677aa9de18df4517a91b1e8bd4d830bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Source Root

> A collection of source code to make the C coding experience more modern organized in a hierarchical tree.

### Development

#### Install requirements

- A modern C compiler that accepts UTF-8 identifier names
- Make

#### Build

```make

```

#### License

[MIT License](LICENSE)