phobos 0.124

This commit is contained in:
Brad Roberts 2007-09-10 04:42:45 +00:00
parent 659864e3f6
commit fab6cdaa9f
7 changed files with 776 additions and 9 deletions

View file

@ -44,6 +44,7 @@ import std.zlib;
import std.md5;
import std.stdio;
import std.conv;
import std.boxer;
int main(char[][] args)
{
@ -76,6 +77,7 @@ printf("test2\n");
writefln("hello world!"); // std.format
Box abox;
{
creal c = 3.0 + 4.0i;
c = sqrt(c);