Sleep: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: fixed duplicate <lang Phix>)
Line 2,481: Line 2,481:
=={{header|zig}}==
=={{header|zig}}==
<lang zig>const std = @import("std");
<lang zig>const std = @import("std");
const time = std.os.time;
const time = std.time;
const warn = std.debug.warn;
const warn = std.debug.warn;