Skip to content

Commit

Permalink
fix: C++ 20 Lang codein new codeforces environment is 89 not 73
Browse files Browse the repository at this point in the history
  • Loading branch information
KunalSin9h committed Apr 8, 2024
1 parent 762f8a5 commit 3a6d4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/langs.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var Langs = map[string]string{
"42": "GNU G++11 5.1.0",
"50": "GNU G++14 6.4.0",
"54": "GNU G++17 7.3.0",
"73": "GNU G++20 11.2.0 (64 bit, winlibs)",
"89": "GNU G++20 11.2.0 (64 bit, winlibs)",
"2": "Microsoft Visual C++ 2010",
"59": "Microsoft Visual C++ 2017",
"9": "C# Mono 5.18",
Expand Down

0 comments on commit 3a6d4af

Please sign in to comment.