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

6 lines
58 B
JavaScript

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