1
0
mirror of https://github.com/bitwarden/server.git synced 2024-12-03 14:03:33 +01:00
bitwarden-server/src/Core/Program.cs

10 lines
130 B
C#
Raw Normal View History

2017-05-30 23:19:46 +02:00
namespace Bit.Core
{
public class Program
{
public static void Main(string[] args)
{
}
}
}