编辑代码
D代码
gcc8.4.0
运行
import
std
.stdio;
void
main
()
{ writeln(
"Hello world! "
); }