Add tango sample
This commit is contained in:
parent
ac202ffb0a
commit
c4d592f337
5 changed files with 41 additions and 8 deletions
9
samples/HelloTango/Demo/demo.d
Normal file
9
samples/HelloTango/Demo/demo.d
Normal file
|
@ -0,0 +1,9 @@
|
|||
import Hello.hello;
|
||||
|
||||
int main()
|
||||
{
|
||||
Hail hello = new Hail();
|
||||
hello.Print();
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue