This page tests code block formatting.
let mut v = 1; for n in (0..100) { v *= n; } println!("{v}");
Last modified on Fri Apr 28 19:02:53 UTC 2023