litt ts
This commit is contained in:
parent
2549653f2c
commit
905305ef0d
5 changed files with 10 additions and 5 deletions
2
ts/hello-world/index.js
Normal file
2
ts/hello-world/index.js
Normal file
|
@ -0,0 +1,2 @@
|
|||
console.log("Hello World!");
|
||||
var age = 51;
|
2
ts/hello-world/index.ts
Normal file
2
ts/hello-world/index.ts
Normal file
|
@ -0,0 +1,2 @@
|
|||
console.log("Hello World!")
|
||||
let age: number = 51;
|
Loading…
Add table
Add a link
Reference in a new issue