7 lines
118 B

/* this is a banner */
define(function () { 'use strict';
console.log( 'hello world' );
});
/* this is a footer */