7 lines
72 B

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