2014-10-25 09:09:55 +11:00

5 lines
54 B
JavaScript

"use strict";
var t = function() {
return 5 + 5;
};