diff --git a/NETConnectAPP/Program.cs b/NETConnectAPP/Program.cs index ff149f7..e07857b 100644 --- a/NETConnectAPP/Program.cs +++ b/NETConnectAPP/Program.cs @@ -23,6 +23,8 @@ static void Main(string[] args) //byte[] decrypted = Encrypted.DecryptRSA(Keys.PrivateKey); //Console.WriteLine(decrypted); + + // SECOND BRANCH PUSH TEST! Console.WriteLine("C# NETConnect"); Console.ReadKey();