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 runbonus ```