Typescript > Types and Variables > Flashcards
Fill in the declaration on the following application
class Startup {
????????
console.log(‘Hello World’);
return 0;
}
public static main(): number {