Skip to content

Commit eb9460e

Browse files
authored
Update leetcode_generate.py
add kotlin support
1 parent a69944e commit eb9460e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

leetcode_generate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def check_and_make_dir(dirname):
9999
ProgLang('csharp', 'cs', '//'),
100100
ProgLang('javascript', 'js', '//'),
101101
ProgLang('ruby', 'rb', '#'),
102+
ProgLang('kotlin', 'kt', '//'),
102103
ProgLang('swift', 'swift', '//'),
103104
ProgLang('golang', 'go', '//')]
104105

0 commit comments

Comments
 (0)