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

6 lines
123 B
D

class Test{
private int member ;
public auto func ( string str )
{
import std.stdio; writeln("Hello world !");}}