var Program = require('./program'); module.exports = function(){ alert('Long live the Users'); Program(); };