mirror of
https://github.com/bitwarden/server
synced 2025-12-20 18:23:44 +00:00
10 lines
130 B
C#
10 lines
130 B
C#
namespace Bit.Core
|
|
{
|
|
public class Program
|
|
{
|
|
public static void Main(string[] args)
|
|
{
|
|
}
|
|
}
|
|
}
|