Skip to content

Commit

Permalink
Update ISubmission.ts
Browse files Browse the repository at this point in the history
fix code highlight bug
  • Loading branch information
yhf2000 authored Dec 12, 2023
1 parent f14777d commit dc5d172
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Type/ISubmission.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ export const langMap: any = {
"C11": "c",
"Java8": "java",
"Java11": "java",
"Python3": "python",
"Python3.6": "python",
"Python3.11": "python",
"cpp11": "cpp"
}

Expand Down

0 comments on commit dc5d172

Please sign in to comment.