mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 21:22:20 +03:00
phobos 0.124
This commit is contained in:
parent
659864e3f6
commit
fab6cdaa9f
7 changed files with 776 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue