Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9d5724c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jnyfah committed Oct 29, 2024
1 parent 2221bbd commit cc17c53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified CuriousX.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require(["vs/editor/editor.main"], function () {
});

editor = monaco.editor.create(document.getElementById("editor-container"), {
value: "// Write your code here...\n",
value: "# Write your code here...\n",
language: "python",
theme: document.body.classList.contains("dark")
? "custom-dark"
Expand Down

0 comments on commit cc17c53

Please sign in to comment.