module stdiotest; import std.stdio; void main() { writefln("hello world",42,'x'); }