Skip to content

Commit 2eca4c0

Browse files
committed
Add Dart to the list of languages
1 parent de4d764 commit 2eca4c0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

updateSiteData.js

+5
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ const languages = [
7171
directory: 'scala',
7272
extension: 'scala'
7373
},
74+
{
75+
name: 'Dart',
76+
directory: 'dart',
77+
extension: 'dart'
78+
},
7479
]
7580

7681
// Rename files to match leetcode url path, and normalize problem number to four digits.

0 commit comments

Comments
 (0)