Commit 77d3ba1e authored by Caleb C. Sander's avatar Caleb C. Sander
Browse files

Fix #1

parent 3e65ef2d
No related merge requests found
Showing with 6 additions and 0 deletions
+6 -0
const https = require('https')
const [source, target] = process.argv.slice(2)
if (!(source && target)) throw new Error('Usage: node find-path.js source target')
// TODO: find the shortest path from `source` to `target`
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment