1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-25 06:42:22 -05:00
bitwarden/src/Core/Program.cs
2017-05-30 17:19:46 -04:00

10 lines
130 B
C#

namespace Bit.Core
{
public class Program
{
public static void Main(string[] args)
{
}
}
}