Created
September 3, 2018 17:27
-
-
Save nicklasfrahm/1e29a6d5daef37ffe23d11adaf213bf7 to your computer and use it in GitHub Desktop.
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
sudo apt install mingw-w64 | |
x86_64-w64-mingw32-g++ main.cpp -o primer.exe --static | |
./primer.exe | |
# prints only on Windows: g++ on Windows rocks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment