1 2 3 4 5
static CONTRIBUTORS: &str = include_str!("CONTRIBUTORS"); pub fn run() { println!("\n{CONTRIBUTORS}"); }