File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11< title > true.js</ title >
22< script >
3- url = decodeURIComponent ( location . hash . slice ( 1 ) )
4- //document.getElementById("program").innerHTML=url
53function main ( ) {
64 code = document . getElementById ( "program" ) . value ; input = document . getElementById ( "input" ) . value . split ( "\n" )
75 p = 0 ; output = '' ; s = [ ] ; ts = [ ] ; /* m=0;*/
1816 }
1917 document . getElementById ( "console" ) . innerHTML = output + '\nSTACK: [' + s + ']\nTEMPSTACK: [' + ts + ']\nBYTES: ' + code . length + "\nPERMALINK: " + "https://thevitebsk-github-io.vercel.app/true/ti.html#" + encodeURIComponent ( code )
2018}
19+ url = decodeURIComponent ( location . hash . slice ( 1 ) )
20+ if ( url != "" ) { document . getElementById ( "program" ) . innerHTML = url }
2121</ script >
2222< style >
2323* { background-color : # 202027 ; color : white }
You can’t perform that action at this time.
0 commit comments