diff --git a/script.js b/script.js index 8c053d4..3d07214 100644 --- a/script.js +++ b/script.js @@ -94,3 +94,5 @@ function clearTerminal() { const terminal = document.getElementById('terminal'); terminal.innerHTML = ''; // Clear all terminal content } + +});