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 b79a116 commit 4a15c94Copy full SHA for 4a15c94
true/ti.html
@@ -1,6 +1,7 @@
1
<title>true.js</title>
2
<script>
3
-url=location.hash.slice(1)
+url=decodeURIComponent(location.hash.slice(1))
4
+document.getElementById("program").innerHTML=url
5
function main(){
6
code=document.getElementById("program").value; input=document.getElementById("input").value.split("\n")
7
p=0; output=''; s=[]; ts=[]; /* m=0;*/
0 commit comments