Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 131 Bytes

File metadata and controls

9 lines (7 loc) · 131 Bytes

Rust

Here I'm working on example concept from [[@mcnamara2021rust]]:

fn main() {
    println!("Hello from rust");
}