Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 376 Bytes

File metadata and controls

20 lines (13 loc) · 376 Bytes

Setup

  1. Install the MinGW compiler provided by the MinGW Installer
  2. Download the ´mingw32-gcc-c++´ package
  3. Add your MinGW binary folder to the path environment variable. By default it's C:\MinGW\bin.

Compile

Open a command prompt and run:

´´´bash mingw32-make ´´´

Run

´´´bash example.exe ´´´