7 lines
327 B
TypeScript
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);
|