codecrumbs/example-project/languages/js-lang.js

4 lines
73 B
JavaScript

//cc:main function
function greeting() {
console.log('Hello world!');
}