mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 15:31:42 +00:00
7 lines
104 B
TypeScript
7 lines
104 B
TypeScript
let message: string = 'Hello, World!';
|
|
|
|
function main(args) {
|
|
console.log(message);
|
|
}
|
|
|
|
export {main} |