External lib unittests: they're killin me!

Steven Schveighoffer schveiguy at yahoo.com
Thu May 23 10:09:09 PDT 2013


On Thu, 23 May 2013 12:29:53 -0400, Kagamin <spam at here.lot> wrote:

> A simple file copy utility.
>
> int main(string[] args)
> {
>    byte[] data = readFile(args[1]);
>    writeFile(args[2],data);
>    return 0;
> }

What is the point of this?

-Steve


More information about the Digitalmars-d mailing list