7 lines
71 B

define(function () { 'use strict';
var main = 42;
return main;
});