atom-beautify/examples/nested-jsbeautifyrc/d/expected/test.d

8 lines
123 B
D
Raw Normal View History

class Test {
private int member;
public auto func ( string str )
2016-01-07 05:21:25 -07:00
{
import std.stdio; writeln("Hello world !");
}
2016-01-07 05:21:25 -07:00
}