diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2016-01-03 00:30:41 -0700 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2016-01-03 00:30:41 -0700 |
| commit | b453345554cf7a48061e0cb43a6e8b45641cb4c3 (patch) | |
| tree | e5a835a32d371db45be4092c741cd044770e2ae9 /std/std.zig | |
| parent | 1abb4e59be4ceed603ec377d89b4b8ce831dbebe (diff) | |
| download | zig-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.zig | 1 |
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; } - |
