Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
testfail.cpp
Go to the documentation of this file.
1 #include <iostream>
2 
3 int main(int narg, char **arg)
4 {
5  if (narg > 1)
6  std::cout << arg[1] << std::endl;
7  else
8  std::cout << "BUMMER" << std::endl;
9  return 0;
10 }
int main(int narg, char **arg)
Definition: coloring1.cpp:199