argio 0.2.0

A macro to convert function input and output to stdio
Documentation
1
2
3
4
#[argio::argio]
fn main(n: usize, x: [i64; n]) -> i64 {
    x.into_iter().sum()
}