Compare commits

...

1 Commits

View File

@ -6,6 +6,7 @@
#include <stdlib.h> /* exit(), srand() */
#include <iostream>
#include <string>
#include <unistd.h>
using namespace std;
static void usage();