xzw %!s(int64=3) %!d(string=hai) anos
pai
achega
c4e54d0645
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -804,7 +804,7 @@
                   
                   var str = ''
                   args.forEach(a=>{
-                      str += a
+                      str += a + ' '
                   })
                   document.getElementById("consoleLog").innerHTML = str + "\n\n" + t;
                 }