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