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