Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 117 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 117 Bytes

Rust

docker run -v .:/usr/src/app -w /usr/src/app -it --rm rust:latest sh -c "rustc main.rs && ./main"