{}
CODE VISUALIZER
Learn DSA the way it should be — with step-by-step code visualization.
Try now!
CODE VISUALIZER
Learn DSA with step-by-step code visualization.
Try now!
run-icon
main.rs
// Online Rust compiler to run Rust program online // Print "Try programiz.pro" message fn main() { println!("Try programiz.pro"); }
Output