aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: e55ec046f8d18057199a81521eb55a8ee66fb81e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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
- Nasm

#### Build

```make

```

#### License

[MIT License](LICENSE)