Add dashaw92.rs

This commit is contained in:
dashaw92 2018-10-01 03:55:54 -04:00 committed by Luke Oliff
parent 2e610d64e3
commit 0b19861c70
1 changed files with 4 additions and 0 deletions

4
code/dashaw92.rs Normal file
View File

@ -0,0 +1,4 @@
fn main() {
println!("Hello, world! I am dashaw92.");
println!("I am a young adult interested in computer science.");
}