argio 0.2.0

A macro to convert function input and output to stdio
Documentation
1
2
3
4
#[argio::argio(multicase = "")]
fn main(n: usize) -> usize {
    n
}