sandbox-c/write-location-file/readme.md

11 lines
201 B
Markdown

# tdd
* test write-location-file
```
gcc -Wall write-location-file-test.c write-location-file.c && ./a.out
```
```
gcc -Wall write-location-file-test.c write-location-file.c location.c && ./a.ou
```