From b864a6b91896e630da6810656589a4dfc60f2b60 Mon Sep 17 00:00:00 2001 From: Entity Date: Wed, 16 Oct 2024 11:08:23 +0200 Subject: [PATCH] Initial implementation --- SSH-Transfer/Source/App.rs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/SSH-Transfer/Source/App.rs b/SSH-Transfer/Source/App.rs index e7a11a9..405cab3 100644 --- a/SSH-Transfer/Source/App.rs +++ b/SSH-Transfer/Source/App.rs @@ -1,3 +1,5 @@ -fn main() { - println!("Hello, world!"); -} +#[allow(non_snake_case)] +fn main() +{ + let CurrentUser = ""; +} \ No newline at end of file