My omnium-gatherom of scripts and source code.
at main 5 lines 60 B view raw
1mod renderer; 2 3fn main() { 4 println!("Hello, world!"); 5}