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:
8
solutions/median-of-two-sorted-arrays/meta.json
Normal file
8
solutions/median-of-two-sorted-arrays/meta.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"solutions": [
|
||||
{
|
||||
"name": "Rust (Two Pointers)",
|
||||
"path": "./src/bin/two-pointers.rs"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user