Print

202307032222
Status: #idea
Tags: Rust

Print

let x = 5;
let y = 10;

println!("x = {x} and y + 2 = {}", y + 2);

References

  1. stdio