We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b8d998 commit b6cef9bCopy full SHA for b6cef9b
true/ti.html
@@ -1,11 +1,8 @@
1
<title>true.js</title>
2
<script>
3
function main(){
4
- url = location.origin + location.pathname;
5
- if (url !== location.href) {
6
- u1 = decodeURIComponent(location.href.split("#")[1])
7
- code = u1
8
- }
+ url=location.origin + location.pathname;
+ if ( url!=location.href ) { code=decodeURIComponent(location.href.split("#")[1]) }
9
var code=document.getElementById("program").value
10
var input=document.getElementById("input").value.split("\n")
11
p=0; output=''; s=[]; ts=[]; /* m=0;*/
0 commit comments