Skip to content

Commit 56ec5b1

Browse files
committed
fix
1 parent 7cc9f7b commit 56ec5b1

2 files changed

Lines changed: 79 additions & 133 deletions

File tree

DiffPlex.ConsoleRunner/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010

1111
namespace DiffPlex.ConsoleRunner;
1212

13-
internal static class Program
13+
public static class Program
1414
{
15-
private static int Main(string[] args)
15+
public static int Main(string[] args)
1616
{
1717
if (args.Length < 3)
1818
{

0 commit comments

Comments
 (0)