Serenity Operating System
at hosted 5 lines 75 B view raw
1try { 2 assert(Math.sqrt(9) === 3); 3 console.log("PASS"); 4} catch { 5}