Canon/Canon.Console/Program.cs

5 lines
82 B
C#
Raw Normal View History

using Canon.Console;
2024-03-09 20:11:27 +08:00
Compiler compiler = new(args);
await compiler.Compile();