5 ms·
well, at least for D: at the top there is 'import std.stdio;', which signifies importing one of the main modules in the language. Along with the C like syntax a
by mostly_harmless 13y ago
well, at least for D: at the top there is 'import std.stdio;', which signifies importing one of the main modules in the language. Along with the C like syntax and writeln function, I was able to get it pretty quick. But, I've been doing all my personal projects in D for the past few weeks, so there's no surprise I got it.
- dubcanada 13y agoI guess I don't do enough stuff in D. But really shouldn't the snippets have more variation then 'import std.stdio;'?