blob: 0cac246074736de893ee6e513599e94d4f945828 [file]
var square = require('./square.js');
var mySquare = square(2);
console.log('The area of my square is ' + mySquare.area());