deno/cli/tests/fmt/formatted1.js

5 lines
40 B
JavaScript

function foo() {
return 42;
}
foo();