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

bug procedure_simplest_1_input.cpp

parent 9b11bc0c
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@ using namespace std;
void saisie(int a) {
int b;
cout<<"Tapez un entier ";
cin >> b;
a = a + b;
cout << a;
......
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