hacktoberfest-2018/code/dashaw92.rs

5 lines
128 B
Rust
Raw Normal View History

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