This repository has been archived on 2025-09-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Password-Manager-Legacy/CLI/Program.cs

12 lines
130 B
C#
Raw Normal View History

2023-04-16 19:54:11 +02:00
using Common;
namespace CLI;
2023-04-15 19:04:05 +02:00
class Program
{
static void Main(string[] args)
static string BINARY_NAME = "pass";
2023-04-15 19:04:05 +02:00
{
}
}