3 lines
55 B
JavaScript
3 lines
55 B
JavaScript
|
|
// the hello world program
|
||
|
|
console.log('Hello World');
|