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

libasm project of school 42.

## Test

Clone the test [repository](https://github.com/HappyTramp/libasm_test) next to this project folder.

```
.
|- libasm
|- libasm_test
```

```
cd libasm_test
make run
```