mirror of
https://github.com/JosunLP/UserScriptProjectTemplate.git
synced 2025-10-14 17:10:11 +00:00
polishing
This commit is contained in:
parent
f61a73f2f6
commit
0eeaa9cb84
4 changed files with 42 additions and 29 deletions
15
src/index.ts
15
src/index.ts
|
@ -0,0 +1,15 @@
|
|||
/**
|
||||
* App
|
||||
*/
|
||||
class App {
|
||||
|
||||
constructor() {
|
||||
this.main();
|
||||
}
|
||||
|
||||
private main() {
|
||||
console.log('Hello World!');
|
||||
}
|
||||
}
|
||||
|
||||
new App();
|
Loading…
Add table
Add a link
Reference in a new issue