This website requires JavaScript.
Explore
Help
Register
Sign In
gnh1201
/
welsonjs
Watch
1
Star
0
Fork
0
You've already forked welsonjs
mirror of
https://github.com/gnh1201/welsonjs.git
synced
2024-11-26 15:31:42 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
b183e1925d
welsonjs
/
helloworld.ts
7 lines
104 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add support TypeScript
2022-12-22 06:55:00 +00:00
let
message
:
string
=
'Hello, World!'
;
function
main
(
args
)
{
console
.
log
(
message
)
;
}
Add support TypeScript
2022-12-22 07:17:10 +00:00
export
{
main
}
Reference in New Issue
Copy Permalink