Freddy:
---- import std.stdio; @safe: void main() { writeln("Edit source/app.d to start your project."); }----source/app.d(5): Error: safe function 'D main' cannot call systemfunction 'std.stdio.writeln!(string).writeln'
With the latest dmd compiler this compiles fine. Bye, bearophile
