You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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 -