2021-10-22 10:53:42

This commit is contained in:
gbaconni
2021-10-22 10:53:42 +02:00
parent f14de28c06
commit 5c1b50bfa5
2 changed files with 8 additions and 3 deletions

View File

@@ -6,3 +6,11 @@ Unit Testing for 42 Projects
Library Forty-Two like a mini Libc for string and memory
## Setup
Get it
```
git clone --recurse-submodules https://vogsphere.baco.net/baco/42test.git
git submodule update --init
```