Fucking line endings

This commit is contained in:
Fergal Moran
2017-03-23 19:03:46 +00:00
parent 3b0338e663
commit 31d36cf2ed
12 changed files with 941 additions and 941 deletions

View File

@@ -1,16 +1,16 @@
using Microsoft.Extensions.CommandLineUtils;
using System;
using System.Collections.Generic;
namespace StegoPrint {
class Program {
static int Main(string[] args) {
try {
return new App().Execute(args);
} catch (Exception ex) {
Console.Write(ex);
return 1;
}
}
}
using Microsoft.Extensions.CommandLineUtils;
using System;
using System.Collections.Generic;
namespace StegoPrint {
class Program {
static int Main(string[] args) {
try {
return new App().Execute(args);
} catch (Exception ex) {
Console.Write(ex);
return 1;
}
}
}
}