Testing toolLocal only

Text Diff

Line-by-line LCS diff of any two texts, computed in your browser.
+1
-1
Original
Changed
Diff
function greet(name) {
- return "Hi " + name;
+ return `Hello, ${name}`;
}
return greet;