Adding ListPasswords method. Does nothing yet

This commit is contained in:
2023-04-16 20:45:54 +02:00
parent 4c2b8a82e3
commit 23cc855940

View File

@@ -30,5 +30,11 @@ class Program
return 0;
}
static void ListPasswords()
{
}
}
}