From 23cc855940022cd7273e723b0fcd5998cf2fce7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Sun, 16 Apr 2023 20:45:54 +0200 Subject: [PATCH] Adding ListPasswords method. Does nothing yet --- CLI/Program.cs | 6 ++++++ 1 file changed, 6 insertions(+) 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() + { + + } + } }