#include <iostream>Go to the source code of this file.
Functions | |
| int | main () |
|
|
Definition at line 2 of file goodbye_world.cpp. 00002 {
00003 std::cout << "Goodbye World" << std::endl;
00004 return 0;
00005 }
|
1.3.9.1