tethys.api/app.js

2 lines
42 B
JavaScript
Raw Normal View History

2022-11-07 13:55:02 +01:00
var msg = "Hello World";
console.log(msg);