fork download
  1. fn main() {
  2. println!("This is a test.");
  3. }
Success #stdin #stdout 0s 11000KB
stdin
Standard input is empty
stdout
This is a test.