Sleep: Difference between revisions

3 bytes removed ,  2 years ago
m (→‎{{header|Phix}}: fixed duplicate <lang Phix>)
Line 2,481:
=={{header|zig}}==
<lang zig>const std = @import("std");
const time = std.os.time;
const warn = std.debug.warn;
 
Anonymous user