Login
7 branches 0 tags
Ben (X13/Arch) Made termed also use the new buffer Term module 240d19c 2 years ago 1099 Commits
nujel / benchmark / hello / javascript.js
try{
    var consoleLog = print ? print : console.log;
}catch(e){
    var consoleLog = console.log;
} // mujs workaround

consoleLog("Hello");