/* this is an intro */
console.log( 'hello world' );
var main = 42;
export default main;
/* this is an outro */