statiolake / proconio-rs

Apache License 2.0
125 stars 6 forks source link

Support underscore variable pattern #4

Closed qryxip closed 4 years ago

qryxip commented 4 years ago

_を変数名に使えるようにarmを増やしました。

input! {
    n: usize,
    _: usize,
    xs: [i32; n],
}

あとGitHub Actionsの設定も

qryxip commented 4 years ago

https://github.com/qryxip/proconio-rs/runs/405393682

qryxip commented 4 years ago

passed https://github.com/qryxip/proconio-rs/runs/406553992