Source code
Revision control
Copy as Markdown
Other Tools
/* Any copyright is dedicated to the Public Domain.
function add(a, b, k) {
var result = a + b;
return k(result);
}
/* Any copyright is dedicated to the Public Domain.
function add(a, b, k) {
var result = a + b;
return k(result);
}