aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/command/contributors.rs
blob: 452fd3351b534ee2c1f4eafcea111a8cff0087e6 (plain) (blame)
1
2
3
4
5
static CONTRIBUTORS: &str = include_str!("CONTRIBUTORS");

pub fn run() {
    println!("\n{CONTRIBUTORS}");
}