mirror of
https://github.com/Xevion/leetcode.git
synced 2025-12-07 05:15:29 -06:00
Setup all meta.json files, regenerate with latest revision
This commit is contained in:
16
solutions/making-file-names-unique/meta.json
Normal file
16
solutions/making-file-names-unique/meta.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"solutions": [
|
||||
{
|
||||
"name": "Java",
|
||||
"path": "Solution.java"
|
||||
},
|
||||
{
|
||||
"name": "Java (RegEx)",
|
||||
"path": "Solution_regex.java"
|
||||
},
|
||||
{
|
||||
"name": "Python",
|
||||
"path": "Solution.py"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user