aboutsummaryrefslogtreecommitdiff
path: root/std/std.zig
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2016-01-03 00:30:41 -0700
committerAndrew Kelley <superjoe30@gmail.com>2016-01-03 00:30:41 -0700
commitb453345554cf7a48061e0cb43a6e8b45641cb4c3 (patch)
treee5a835a32d371db45be4092c741cd044770e2ae9 /std/std.zig
parent1abb4e59be4ceed603ec377d89b4b8ce831dbebe (diff)
downloadzig-b453345554cf7a48061e0cb43a6e8b45641cb4c3.tar.gz
zig-b453345554cf7a48061e0cb43a6e8b45641cb4c3.zip
add rand example that doesn't yet work
Diffstat (limited to 'std/std.zig')
-rw-r--r--std/std.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/std/std.zig b/std/std.zig
index ec205a45eb..ba9a3dd0ff 100644
--- a/std/std.zig
+++ b/std/std.zig
@@ -90,4 +90,3 @@ fn buf_print_u64(out_buf: &u8, x: u64) -> usize {
return len;
}
-