cargo run
cargo build --release
On windows you need to install the VC runtime. Download from https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
To install the runtime, run the following command:
VC_redist.x64.exe /install /passive /norestart