mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 05:42:43 +00:00
7 lines
85 B
JavaScript
7 lines
85 B
JavaScript
// @bun
|
|
export default 42;
|
|
|
|
if (import.meta.main) {
|
|
console.log("Hello world!");
|
|
}
|