Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 404 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 404 Bytes

veranda

Latin Square Testing

Build Directions

$ git clone https://github.com/trenzafeeds/veranda.git
$ cd veranda
$ make

then call (with 7 as example input):

$ ./veranda 7
$ less result_file.txt

if you want to save that output:

$ mv result_file.txt my_saved_result.txt

The program will create a new result file for itself each time, overwriting the previous.