Skip to content

Instantly share code, notes, and snippets.

@dansuh17
Created February 21, 2018 05:16
Show Gist options
  • Save dansuh17/bb7aed80f2f820a633e90632efcc129c to your computer and use it in GitHub Desktop.
Save dansuh17/bb7aed80f2f820a633e90632efcc129c to your computer and use it in GitHub Desktop.
poj compile script
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