Files

9 lines
94 B
Plaintext

/**
* this is
* a block
* comment
*/
$(function() {
console.log("Hello, world!");
});