using System.Security.Cryptography.X509Certificates; namespace FNAF_Server; public class Program { public static void Main(string[] args) { Server.Start(9012); } }