Add tango sample
This commit is contained in:
parent
ac202ffb0a
commit
c4d592f337
5 changed files with 41 additions and 8 deletions
14
samples/HelloTango/Hello/hello.d
Normal file
14
samples/HelloTango/Hello/hello.d
Normal file
|
@ -0,0 +1,14 @@
|
|||
module Hello.hello;
|
||||
|
||||
import tango.io.Stdout;
|
||||
|
||||
class Hail
|
||||
{
|
||||
public:
|
||||
void Print()
|
||||
{
|
||||
Stdout("Hello, World!").newline;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue