add rank.

This commit is contained in:
2023-02-10 10:19:43 +08:00
parent 5f39ec4fd2
commit c80352b245
22 changed files with 1197 additions and 1170 deletions

View File

@@ -1,6 +1,6 @@
import { Code } from "~/utils/types"
export const code = reactive<Code>({
value: "",
language: "C",
})
import { Code } from "~/utils/types"
export const code = reactive<Code>({
value: "",
language: "C",
})