Create test.d

This commit is contained in:
LaurentTreguier 2016-01-07 13:20:52 +01:00
parent 2bea5a6908
commit b7f32bba9a
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
class Test{
private int member ;
public auto func ( string str )
{
import std.stdio; writeln("Hello world !");}}