mirror of
https://github.com/fergalmoran/StegoPrint.git
synced 2025-12-25 03:11:54 +00:00
Fucking line endings
This commit is contained in:
30
Program.cs
30
Program.cs
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user