Skip to content
Snippets Groups Projects
Commit 0a785413 authored by Adrien Rougny's avatar Adrien Rougny
Browse files

maj procedure_simplest_*.cpp

parent aa92b2b2
No related branches found
No related tags found
No related merge requests found
//============================================================================
// Name : testCpp.cpp
// Author :
// Version :
// Copyright : Your copyright notice
// Description : Hello World in C++, Ansi-style
//============================================================================
#include <iostream>
using namespace std;
......@@ -19,5 +12,3 @@ int main() {
decrement(a);
cout << a << endl;
}
//============================================================================
// Name : testCpp.cpp
// Author :
// Version :
// Copyright : Your copyright notice
// Description : Hello World in C++, Ansi-style
//============================================================================
#include <iostream>
using namespace std;
......
//============================================================================
// Name :
// Author :
// Version :
// Copyright : Your copyright notice
// Description : Hello World in C++, Ansi-style
//============================================================================
#include <iostream>
using namespace std;
......
//============================================================================
// Name :
// Author :
// Version :
// Copyright : Your copyright notice
// Description : Hello World in C++, Ansi-style
//============================================================================
#include <iostream>
using namespace std;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment