5 lines
143 B
Rust
5 lines
143 B
Rust
|
|
pub fn proclaim_glad_tidings() {
|
||
|
|
println!("This project uses My Train Goes Off The Track!\n\
|
||
|
|
But I ain't writing this shit second time")
|
||
|
|
}
|