cmake-d/tests/HelloPhobos/Demo/demo.d

10 lines
95 B
D
Raw Normal View History

2007-08-28 11:37:16 +00:00
import Hello.hello;
int main()
{
Hail hello = new Hail();
hello.Print();
return 0;
}