This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
cpp_hello_world [2018/08/08 20:55] jguerin |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Hello World in C++ ====== | ||
| - | <file C++ | hello.cpp> | ||
| - | #include < | ||
| - | |||
| - | using namespace std; | ||
| - | |||
| - | int main() { | ||
| - | cout << "Hello World!" | ||
| - | | ||
| - | return 0; | ||
| - | } | ||
| - | |||
| - | </ | ||