In my tradition of using inappropriate languages I've gone for jsonnet this year
local input = std.map(std.parseInt, std.split(std.rstripChars(importstr 'input', '\n'), '\n')); std.count(std.map(function(idx) input[idx + 3] > input[idx], std.range(0, std.length(input) - 4)), true)
That would get you hired where I am
I did something in jsonnet yesterday which took 5G of RAM and 20mins to complete 🤣
@𝔒𝕨𝖑𝘡 started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
In my tradition of using inappropriate languages I've gone for jsonnet this year