Last active
February 9, 2018 23:47
-
-
Save nicklasfrahm/21885ab084516d9dc9ac35a2f7cde5bf to your computer and use it in GitHub Desktop.
Output of g++ test
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
g++ main.cpp -o primer.exe | |
./primer.exe | |
# prints: g++ on Windows rocks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment