Login
7 branches 0 tags
Ben (X220/Parabola) Improving the GC 111c9d2 3 years ago 652 Commits
nujel / benchmark / hello / javascript.js
try{
    var consoleLog = print ? print : console.log;
}catch(e){
    var consoleLog = console.log;
} // mujs workaround

consoleLog("Hello");