This is a codeblock
#![allow(unused)]
fn main() {
// This links to a playpen
}
# This is an editable codeblock
Text with different classes.
Indented
code
block.
#![allow(unused)]
fn main() {
let x = 1;
}
fn main() {
println!("hello");
}