Zoltan2
Loading...
Searching...
No Matches
test
core
temp
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
}
main
int main()
Definition:
absdefinitiontest.cpp:6
Generated by
1.9.6