🌵Published at 3 years agoD语言hello worldmodule main; import std.stdio; void main() { writeln("hello world"); } d-lang105 views40Share