Skip to content

Commit

Permalink
Add Dart to the list of languages
Browse files Browse the repository at this point in the history
  • Loading branch information
NikSWE committed Jan 4, 2023
1 parent de4d764 commit 2eca4c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions updateSiteData.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ const languages = [
directory: 'scala',
extension: 'scala'
},
{
name: 'Dart',
directory: 'dart',
extension: 'dart'
},
]

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

0 comments on commit 2eca4c0

Please sign in to comment.