Skip to content

Instantly share code, notes, and snippets.

@nicklasfrahm
Created September 3, 2018 17:27
Show Gist options
  • Save nicklasfrahm/1e29a6d5daef37ffe23d11adaf213bf7 to your computer and use it in GitHub Desktop.
Save nicklasfrahm/1e29a6d5daef37ffe23d11adaf213bf7 to your computer and use it in GitHub Desktop.
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