17 lines
236 B
Markdown
17 lines
236 B
Markdown
# 42test
|
|
|
|
Unit Testing for 42 Projects
|
|
|
|
## libft
|
|
|
|
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
|
|
```
|
|
|