mirror of
https://github.com/Xevion/leetcode.git
synced 2025-12-06 03:15:28 -06:00
Move all solutions into separate directory (cleanup)
the beginning
This commit is contained in:
9
solutions/add-two-numbers/meta.json
Normal file
9
solutions/add-two-numbers/meta.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"name": "Add Two Numbers",
|
||||||
|
"solutions": [
|
||||||
|
{
|
||||||
|
"name": "Java",
|
||||||
|
"path": "Solution.java"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user