1 2 3 4 5 6 7
//! Ripfetch binary code. //! // for now we leave the basic static code. fn main() { println!("Hello, world!"); }