D语言hello world

module main;

import std.stdio;

void main()
{
    writeln("hello world");
}
d-lang
105 views
Comments
登录后评论
Sign In
·

D语言有什么优势吗?