tethys.api/app.js

2 lines
42 B
JavaScript
Raw Normal View History

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