test test test.
This plot is generated at build time by a simple script:
Runnable WASM demo
Output will appear here.
Embedded JSON
Loading…
Rust Code Sample
// Simple Rust example to demonstrate syntax highlighting
fn main() {
let nums = [1, 2, 3, 5, 8, 13];
let sum: i32 = nums.iter().sum();
println!("Sum is {}", sum);
}