2022-09-27 21:46:37 +01:00

4 lines
113 B
Jsonnet

local input = std.makeArray(10000, function(i) 'xxxxx');
std.foldl(function(acc, value) acc + value, input, '')