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

6 lines
123 B
D
Raw Normal View History

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