From 9afaf6e74ae380f7b5d98d9b5bb1d51fd8aae352 Mon Sep 17 00:00:00 2001 From: lnxwizard Date: Fri, 29 Sep 2023 21:48:55 +0300 Subject: [PATCH] added contact information --- src/contact.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/contact.rs diff --git a/src/contact.rs b/src/contact.rs new file mode 100644 index 0000000..0672e51 --- /dev/null +++ b/src/contact.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, World!"); +}