mirror of
https://github.com/Tilo-K/csvu.git
synced 2026-01-09 00:01:00 +00:00
8 lines
133 B
Zig
8 lines
133 B
Zig
const std = @import("std");
|
|
const csv = @import("csv.zig");
|
|
const testing = std.testing;
|
|
|
|
test {
|
|
testing.refAllDecls(@This());
|
|
}
|