Login
7 branches 0 tags
Ben (X13/Arch) Added new slow test 3126755 1 year ago 1237 Commits
nujel / benchmark / hello / javascript.js
"use strict";

try{
    var consoleLog = print ? print : console.log;
}catch(e){
    var consoleLog = console.log;
} // mujs workaround

consoleLog("Hello");