thegit
Version:
Implementation of git in node.js.
18 lines (13 loc) • 374 B
Plain Text
I am a test file here to test your hash functio
this is a est bro
hehe this is not code file, le me copy one
+var onp = require('../onp.js')
var diff = new onp.Diff("abc", "abd");
diff.compose();
var correct_lcs = "ab";
var correct_ses = [
{ elem : 'a', t : 0 },
{ elem : 'b', t : 0 },
{ elem : 'c', t : -1 },
{ elem : 'd', t : 1 }
];