mirror of
https://github.com/SabreTools/NDecrypt.git
synced 2026-07-08 18:06:38 +00:00
Remove temp code
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user