thegit
Version:
Implementation of git in node.js.
16 lines (12 loc) • 346 B
Plain Text
I am a test file here to test your hash function
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 },
];