From 0b19861c7066e4e4c956404dce20966c1508eeba Mon Sep 17 00:00:00 2001 From: dashaw92 Date: Mon, 1 Oct 2018 03:55:54 -0400 Subject: [PATCH] Add dashaw92.rs --- code/dashaw92.rs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 code/dashaw92.rs diff --git a/code/dashaw92.rs b/code/dashaw92.rs new file mode 100644 index 0000000..f33fb97 --- /dev/null +++ b/code/dashaw92.rs @@ -0,0 +1,4 @@ +fn main() { + println!("Hello, world! I am dashaw92."); + println!("I am a young adult interested in computer science."); +}