mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 15:26:33 +00:00
feat(config): add default file paths for supported languages
This commit is contained in:
parent
4cd56f6fab
commit
545f094f49
6
src/config/path.ts
Normal file
6
src/config/path.ts
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
import { SupportedLanguage } from "@/constants/language";
|
||||||
|
|
||||||
|
export const DEFAULT_PATH: Record<SupportedLanguage, string> = {
|
||||||
|
c: "file:///main.c",
|
||||||
|
cpp: "file:///main.cpp",
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user