Each file in the src/bin
folder defines a program for the zkVM.
We refer to the program running in the zkVM as the "guest".
To learn more about writing guest programs, check out the zkVM developer docs.
For zkVM API documentation, see the guest module of the risc0-zkvm
crate.