'use strict' const command = function () { console.log('Hello, World!') } command.description = 'a computer program that outputs "Hello, World!"' module.exports = command