5 lines
71 B
TypeScript
Raw Normal View History

2022-06-02 00:58:26 +01:00
export declare class Program {
constructor();
start(): void;
}