Skip to content

Instantly share code, notes, and snippets.

@wizardnet972
Created October 17, 2016 13:21
Show Gist options
  • Save wizardnet972/7a0af3f27fe68e0a3dea2191c7da48cd to your computer and use it in GitHub Desktop.
Save wizardnet972/7a0af3f27fe68e0a3dea2191c7da48cd to your computer and use it in GitHub Desktop.
class Startup {
public static main(): number {
console.log('Hello World');
return 0;
}
}
Startup.main();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment