Skip to content

trenzafeeds/veranda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.