Canon/Canon.Console/Program.cs

5 lines
82 B
C#

using Canon.Console;
Compiler compiler = new(args);
await compiler.Compile();