5 lines
82 B
C#
5 lines
82 B
C#
using Canon.Console;
|
|
|
|
Compiler compiler = new(args);
|
|
await compiler.Compile();
|