DebateCoder / src /constants /lang_mappings.py
smallan13's picture
Upload 105 files
01f199c verified
raw
history blame contribute delete
291 Bytes
LANGUAGE_MAPPING = {
"Python": "Python 3",
"Python3": "Python 3",
"C#": "C# 10",
"NET-CORE": ".NET Core C#",
# "Node": "Node.js",
"Rust": "Rust",
# "Java":"Java 17",
"PHP": "PHP",
"Go": "Go",
"Ruby": "Ruby",
"C++": "GNU C++17",
"C": "GNU C"
}