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

11 lines
201 B
Markdown
Raw Normal View History

2023-01-02 17:45:33 +01:00
# tdd
* test write-location-file
```
gcc -Wall write-location-file-test.c write-location-file.c && ./a.out
2023-01-03 15:26:01 +01:00
```
```
gcc -Wall write-location-file-test.c write-location-file.c location.c && ./a.ou
2023-01-02 17:45:33 +01:00
```