5-Minute Quickstart
Building Your First Project
1. Initialize a C++ Project
Create a new binary project:
mkdir my-cpp-app && cd my-cpp-app
revoq init
2. Build and Run
Compile translation units and execute the binary:
revoq build
revoq run
Create a new binary project:
mkdir my-cpp-app && cd my-cpp-app
revoq init
Compile translation units and execute the binary:
revoq build
revoq run