chore: add entry point
This commit is contained in:
@@ -1,2 +1,9 @@
|
|||||||
// See https://aka.ms/new-console-template for more information
|
namespace LensLibrary;
|
||||||
Console.WriteLine("Hello, World!");
|
|
||||||
|
public class Program
|
||||||
|
{
|
||||||
|
public static async Task<int> Main(string[] args)
|
||||||
|
{
|
||||||
|
return await Task.FromResult(0);
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user