Spotlight archive

Guess the language.

Three lines, three guesses.

MODESpotlight0/3
Spotlight · ?.??
1const std = @import("std");
2const allocator = std.heap.page_allocator;
3var list = try std.ArrayList(u32).initCapacity(allocator, 16);
Keep going