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