#[main]
Modifies the main function to exit with the code passed to with_code.
with_code
This attribute should always be attached to the main function. Otherwise, the exit code of the program may be incorrect.
#[quit::main] fn main() {}