argio 0.2.0

A macro to convert function input and output to stdio
Documentation
1
2
3
4
#[argio::argio]
fn main(x: i64) -> i64 {
    x * 2
}