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
9
tests/HelloPhobos/Demo/demo.d
Normal file
9
tests/HelloPhobos/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