This commit is contained in:
2024-06-27 05:50:16 +00:00
parent ce34d80179
commit db030b5869
14 changed files with 511 additions and 430 deletions

View File

@@ -1,6 +1,6 @@
import axios from "axios"
import { Code, Submission } from "./types"
import { deadResults, languageToId } from "./templates"
import { Code, Submission } from "./types"
function getChromeVersion() {
var raw = navigator.userAgent.match(/Chrom(e|ium)\/([0-9]+)\./)