~endlessm/jasmine-gjs/trunk

1
2
3
4
/* exported add */
function add(a, b) {
    return a + b;
}