Skip to content

Commit 11bd1e9

Browse files
committed
Aggiunta \n
1 parent 7990bea commit 11bd1e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/binary_converter.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ void decToBinary(int n) {
2828

2929
int main() {
3030
int num;
31-
printf("Insert first number: ");
31+
printf("Insert first number: \n");
3232
scanf("%d", &num);
3333

34-
printf("The binary number is: ");
34+
printf("The binary number is: \n");
3535
decToBinary(num);
3636
printf("\n");
3737

0 commit comments

Comments
 (0)