Skip to content

Commit 039422a

Browse files
github-actionsSteffenLm
authored andcommitted
Google Java Format
1 parent c212b26 commit 039422a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Exercise.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ public static void main(String[] args) {
66
int c = a / b;
77
int d = a % b;
88

9-
System.out.println("a: " + a);
10-
System.out.println("b: " + b);
11-
System.out.println("Ganzzahliger Quotient von a/b: " + c);
12-
System.out.println("Divisionsrest von a/b: " + d);
9+
System.out.println("a: " + a);
10+
System.out.println("b: " + b);
11+
System.out.println("Ganzzahliger Quotient von a/b: " + c);
12+
System.out.println("Divisionsrest von a/b: " + d);
1313
}
1414
}

0 commit comments

Comments
 (0)