Created
February 21, 2018 05:16
-
-
Save dansuh17/bb7aed80f2f820a633e90632efcc129c to your computer and use it in GitHub Desktop.
poj compile script
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
function poj() { | |
g++-6 -Wall -std=c++98 -pedantic-errors $1; | |
cat input.txt | ./a.out | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment