4 lines
74 B
JavaScript
4 lines
74 B
JavaScript
// cc:main function
|
|
function greeting() {
|
|
console.log('Hello world!');
|
|
} |