Forgot to add class around method :p
This commit is contained in:
parent
0cd0b776bb
commit
897e7ed0e2
1 changed files with 12 additions and 9 deletions
|
@ -2,6 +2,8 @@ using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|
||||||
|
public static class Program
|
||||||
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The main entry point for the application
|
/// The main entry point for the application
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -15,3 +17,4 @@ public static void Main(string[] args)
|
||||||
Console.WriteLine("--help, -h Display this help message.");
|
Console.WriteLine("--help, -h Display this help message.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue