Change to match template better
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export function main(): string {
|
||||
return 'Hello World';
|
||||
export class SampleClass {
|
||||
add(a: number, b: number): number {
|
||||
return a+b;
|
||||
}
|
||||
}
|
||||
|
||||
main();
|
||||
|
||||
Reference in New Issue
Block a user