{}
run-icon
main.rs
// Online Rust compiler to run Rust program online // Print "Start small. Ship something." message fn main() { println!("Start small. Ship something."); }
Output