rainbow-rs/src/main.rs
2018-09-20 17:27:02 +02:00

7 řádky
73 B
Rust

use rainbowcazzi::rainbow;
fn main() {
rainbow("assets/sbocco");
}