mirror of
https://github.com/charmbracelet/crush.git
synced 2026-05-30 18:47:33 +00:00
9 lines
94 B
Plaintext
9 lines
94 B
Plaintext
/**
|
|
* this is
|
|
* a block
|
|
* comment
|
|
*/
|
|
$(function() {
|
|
console.log("Hello, world!");
|
|
});
|