A SpaceTraders Agent
0
fork

Configure Feed

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

at 2a9a563fe6fa56bf372a2fcd7e65ee57a92d7e2a 6 lines 139 B view raw
1pub const config = @import("config.zig"); 2 3test { 4 const testing = @import("std").testing; 5 testing.refAllDeclsRecursive(@This()); 6}