This commit is contained in:
2023-11-14 16:00:55 +08:00
parent dd23d4184d
commit 6481c0bc49
10 changed files with 73 additions and 30 deletions

View File

@@ -1,8 +0,0 @@
# python
<script setup>
const code = `n = input()
print(n)`
</script>
<code-editor v-model="code"></code-editor>