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