Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 233 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 233 Bytes

pyStrings

Run demo with input files.

chmod +x run_demo.sh
./run_demo.sh < tests/INPUT_FILE.in

Run demo with valgrind checks

chmod +x run_demo_val.sh
./run_demo_val.sh < tests/INPUT_FILE.in

Enjoy!