hacktoberfest-2018/code/dashaw92.rs

5 lines
128 B
Rust
Raw Permalink Normal View History

2018-10-01 07:55:54 +00:00
fn main() {
println!("Hello, world! I am dashaw92.");
println!("I am a young adult interested in computer science.");
}