Adding all tracks, I guess
This commit is contained in:
7
typescript/hello-world/hello-world.ts
Normal file
7
typescript/hello-world/hello-world.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
class HelloWorld {
|
||||
static hello( /* Parameters go here */ ) {
|
||||
// Your code here
|
||||
}
|
||||
}
|
||||
|
||||
export default HelloWorld
|
Reference in New Issue
Block a user