A SpaceTraders Agent
0
fork

Configure Feed

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

at dc160bd77664e2cbabce02ce954e5613a617204c 5 lines 124 B view raw
1const std = @import("std"); 2 3pub fn main() void { 4 std.debug.print("All your {s} are belong to us.\n", .{"codebase"}); 5}