We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a5a0d commit c3ee426Copy full SHA for c3ee426
1 file changed
NETConnectAPP/Program.cs
@@ -23,6 +23,8 @@ static void Main(string[] args)
23
//byte[] decrypted = Encrypted.DecryptRSA(Keys.PrivateKey);
24
//Console.WriteLine(decrypted);
25
26
+
27
+ // SECOND BRANCH PUSH TEST!
28
Console.WriteLine("C# NETConnect");
29
Console.ReadKey();
30
0 commit comments