Created
November 24, 2014 23:52
-
-
Save jleeothon/759bc5a428b41a529f18 to your computer and use it in GitHub Desktop.
Test an UVa problem written in C against sample input and compare with expected output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gcc "%1.c" -o "%1.o" && .\"%1.o" < "%1.in" > "%1.log" && fc "%1.log" "%1.out" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment