Remove temp code

This commit is contained in:
Matt Nadareski
2024-11-13 14:51:16 -05:00
parent 41293ab7c5
commit 3ef32748e9

View File

@@ -14,18 +14,6 @@ namespace NDecrypt
public static void Main(string[] args)
{
// TEMP SHIT CODE
byte[] x =
[
0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07,
0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F,
];
x = CommonOperations.Add(x, x);
string s = BitConverter.ToString(x);
// END TEMP SHIT CODE
if (args.Length < 2)
{
DisplayHelp("Not enough arguments");