Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Commit

Permalink
remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-cat-tty committed Sep 27, 2021
1 parent 761bc57 commit 4af042c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed esercitazioni/.4_input_moltiplicazione.cpp.swp
Binary file not shown.
2 changes: 1 addition & 1 deletion esercitazioni/4_input_moltiplicazione.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ int main() {
cin >> a;
cout << "Inserisci il secondo numero: ";
cin >> b;
cout << a << " * " << b << " = " << a*b << endl;
cout << a << "*" << b << "=" << a*b << endl;
return 0;
}

0 comments on commit 4af042c

Please sign in to comment.