Example Code Runner

Code
fn main() {
  println!("this is rust");
}
Results
this is rust