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