# 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 ```