OSEDA HTML Template

Code Example

fn main() {
    let greeting = "Hello, world!";
    println!("{}", greeting);
}
Ferris