console.log;
// Example of importing a local module
try catch
// Example of importing from node_modules (if installed)
try catch
// Example of ES6 import syntax would work with bundler
// import { greet } from './greeting.js';
// console.log(greet('World'));