2 lines
42 B
JavaScript
2 lines
42 B
JavaScript
|
var msg = "Hello World";
|
||
|
console.log(msg);
|