Files
JIMRI/web/ts/HelloWorld.ts
T
2026-06-17 14:00:51 +02:00

7 lines
327 B
TypeScript

// This TypeScript (.ts) file is part of JMRI. If you see this comment in a JavaScript (.js)
// file, the file has been automatically generated from a TypeScript file in the web/ts tree;
// in that case, if you modify the .js file directly your work will be lost.
let message: string = 'Hello, World!';
console.log(message);