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 e3e0bc0 commit 3f3e0a7Copy full SHA for 3f3e0a7
.gitignore
@@ -0,0 +1,2 @@
1
+
2
+.DS_Store
oxe.html
@@ -93,8 +93,10 @@
93
</button>
94
95
<div class="split">
96
- <textarea id="output" rows="15">Standard output</textarea>
97
- <textarea id="log" rows="15">Inside stack</textarea>
+ <textarea id="output" readonly rows="15">
+Standard output</textarea
98
+ >
99
+ <textarea id="log" readonly rows="15">Inside stack</textarea>
100
</div>
101
102
</body>
0 commit comments