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

7 lines
332 B
JavaScript

"use strict";
// 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 = 'Hello, World!';
console.log(message);