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