Nautical bell: Difference between revisions

m
(→‎{{header|D}}: added D)
Line 10:
 
=={{header|D}}==
 
This code uses local time instead of Greenwich mean time.
 
<lang d>import std.stdio, core.thread, std.datetime;
 
Anonymous user