sandbox-c/struct-location/readme.md

7 lines
79 B
Markdown
Raw Normal View History

2023-01-03 13:32:26 +01:00
# tdd
* test location
```
gcc -Wall location-test.c location.c && ./a.out
```