mirror of
https://github.com/google/go-jsonnet.git
synced 2025-10-02 02:41:13 +02:00
4 lines
113 B
Jsonnet
4 lines
113 B
Jsonnet
local input = std.makeArray(10000, function(i) 'xxxxx');
|
|
|
|
std.foldl(function(acc, value) acc + value, input, '')
|