Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dcbda02

Browse files
author
Ram swaroop
committed
minor change
1 parent ad9be85 commit dcbda02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/me/ramswaroop/misc/ReverseAndAdd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public static void readFile(String filePath) {
8585

8686
while ((line = br.readLine()) != null) {
8787
BigInteger[] result = reverseAddAndCheck(line);
88-
System.out.println(result[0].toString() + " " + result[1].toString());
88+
System.out.println(result[0] + " " + result[1]);
8989
}
9090

9191
} catch (IOException e) {

0 commit comments

Comments
 (0)