Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 277 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 277 Bytes

HackerRank exercises

Run tests

python -m unittest discover -v

Testing single

# Run program with input data
./program.py < input-data.txt

# Run program ith input data and compare output
./program.py < input-data.txt | diff output-data.txt -