Measure the startup overhead of different programming languages
0

Configure Feed

Select the types of activity you want to include in your feed.

startup-overhead / true.zig
77 B 5 lines
1const std = @import("std"); 2 3pub fn main() void { 4 std.process.exit(0); 5}