User Tools

Site Tools


cpp_hello_world

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
cpp_hello_world [2018/08/08 20:53]
jguerin created
— (current)
Line 1: Line 1:
-====== Hello World in C++ ====== 
  
-<file C++ | hello.cpp> 
-#include <iostream> 
- 
-using namespace std; 
- 
-int main() { 
-  cout << "Hello World!" << endl; 
-   
-  return 0; 
-} 
-</file> 
cpp_hello_world.1533779638.txt.gz ยท Last modified: 2018/08/08 20:53 by jguerin