UNPKG

lnc

Version:

Type "lnc" to execute node scripts

12 lines (8 loc) 131 B
/** * Created by jameym on 5/18/16. */ var lnc = function() { console.log('Hello "lnc"'); }; module.exports = lnc; lnc();