2015-03-19 01:46:53 +11:00

6 lines
61 B
JavaScript

"use strict";
var t = function t(i, x) {
return i * x;
};