Create test.d
This commit is contained in:
parent
b7f32bba9a
commit
ec81974d2d
|
@ -0,0 +1,10 @@
|
|||
class Test
|
||||
{
|
||||
private int member;
|
||||
public auto func(string str)
|
||||
{
|
||||
import std.stdio;
|
||||
|
||||
writeln("Hello world !");
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue