Created
September 6, 2020 18:18
-
-
Save BlockListed/9f13f82ae9a2404441e74b7d8ae95525 to your computer and use it in GitHub Desktop.
C++ Build shit
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
# Compiling with arg 1 and 2 | |
g++ -std=c++0x $1 -o $2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment