diff --git a/CLI/Program.cs b/CLI/Program.cs index bc8a16f..e228368 100644 --- a/CLI/Program.cs +++ b/CLI/Program.cs @@ -30,5 +30,11 @@ class Program return 0; } + + static void ListPasswords() + { + + } + } }