My Project
|
Driver to test functions of number_detective.c (do not modify) More...
#include "logic.h"
Functions | |
int | main (int argc, char *argv[]) |
This is a driver program ... fill this in
int main | ( | int | argc, |
char * | argv[] | ||
) |
Entry point of the program
argc | count of arguments, will always be at least 1 |
argv | array of parameters to program argv[0] is the name of the program, so additional parameters will begin at index 1 |
If one of the test cases fail then the program will assert.