This commit is contained in:
2024-01-24 21:50:02 +08:00
parent b58d4c881b
commit 0c403f1e10
9 changed files with 376 additions and 738 deletions

View File

@@ -3,13 +3,11 @@
本站是用于
<script lang="ts" setup>
const code = `
n = input()
print(n*3)
if n == "3":
print("哈哈哈")
`
print()
x = 1
if x == 1:
print("hahh")`
</script>
<code-editor :code="code"></code-editor>
<editor :code="code" />