A SpaceTraders Agent
0
fork

Configure Feed

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

at main 7 lines 168 B view raw
1pub const config = @import("config.zig"); 2pub const data = @import("data.zig"); 3 4test { 5 const testing = @import("std").testing; 6 testing.refAllDecls(@This()); 7}