Very basic stuff working on linux 32-bit with dmd and phobos2.
This commit is contained in:
parent
f23eee9828
commit
67f0225e42
152 changed files with 113 additions and 0 deletions
14
tests/HelloPhobos/Hello/hello.d
Normal file
14
tests/HelloPhobos/Hello/hello.d
Normal file
|
@ -0,0 +1,14 @@
|
|||
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