8000 add language scala & rust · Nxianghao/leetcode@d319fb5 · GitHub
[go: up one dir, main page]

Skip to content

Commit d319fb5

Browse files
committed
add language scala & rust
1 parent 1699cbb commit d319fb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

leetcode_generate.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ def check_and_make_dir(dirname):
102102
ProgLang('kotlin', 'kt', '//'),
103103
ProgLang('swift', 'swift', '//'),
104104
ProgLang('golang', 'go', '//'),
105+
ProgLang('scala', 'scala', '//'),
106+
Proglang('rust', 'rs', '//'),
105107
]
106108
ProgLangDict = dict((item.language, item) for item in ProgLangList)
107109
CONFIG = get_config_from_file()

0 commit comments

Comments
 (0)
0