index
:
lambda-nantes
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
src
/
main.rs
blob: f4018868be0824d69cece1f2e5bab2d06022546c (
plain
)
1
2
3
4
5
6
7
use std::env::args; use lambda::run; fn main() { run(&args().nth(1).unwrap()); }