PhoenixLecture  2.0.0
Set of tools to make lectures
main_fail.cpp File Reference

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 8 of file main_fail.cpp.

8  {
9  return -1;
10 }