mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
8 lines
91 B
JavaScript
Generated
8 lines
91 B
JavaScript
Generated
// @bun @bun-cjs
|
|
|
|
function f() {
|
|
console.log("This module has been evaluated!");
|
|
}
|
|
|
|
f();
|