QuantumC

Getting started

Back to home

Step 1: install the binarys or compile.

  1. Either install the code from or download the code AND binarys from Here
  2. If compiling move on, otherwise, skip.
  3. Run the following commands: ```bash

    Linux OR mac

Move into the cloned repo

cd QuantumC-master

Compile

./install.sh # This compiles the code from source, and moves the stdlib.qc file to the dir for it.

Run the version

qc -v

Check flags with

qc -h


```bash
# Windows
# honetsly i have no clue.

You`re done and have installed Quantum C!