Zoltan2
Loading...
Searching...
No Matches
testfail.cpp
Go to the documentation of this file.
1#include <iostream>
2
3int 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()