Files
42test/README.md

17 lines
236 B
Markdown
Raw Normal View History

2021-10-22 06:32:16 +00:00
# 42test
2021-10-22 10:26:25 +02:00
Unit Testing for 42 Projects
## libft
Library Forty-Two like a mini Libc for string and memory
2021-10-22 10:53:42 +02:00
## Setup
Get it
```
git clone --recurse-submodules https://vogsphere.baco.net/baco/42test.git
git submodule update --init
```