External lib unittests: they're killin me!

Kagamin spam at here.lot
Thu May 23 09:29:53 PDT 2013


A simple file copy utility.

int main(string[] args)
{
   byte[] data = readFile(args[1]);
   writeFile(args[2],data);
   return 0;
}


More information about the Digitalmars-d mailing list