提交 466c8a57 编写于 作者: D duaraghav8@gmail

Bellman Ford Shortest Path

上级 4c187009
process.chdir (__dirname);
var express = require ('express'),
serveStatic = require ('serve-static'),
app = express ();
app
.use (serveStatic (__dirname))
.listen (8080, function () {
console.log ('ready');
});
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册