This commit is contained in:
StellarX20 2022-03-26 10:35:08 -04:00 committed by GitHub
parent 241c3860ae
commit bd3c612854
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
currentColor = "#80ffff"; currentColor = "#80ffff";
function deletecoconut { function deletecoconut() {
throw "The game crashed, because you deleted the coconut." throw "The game crashed, because you deleted the coconut."
} }
console.log("Welcome to the console."); console.log("Welcome to the console.");