#include int main( int argc, char ** ) { printf( "this is a test %d", argc ); return 0; }