give up and do part 2 via a for loop
This commit is contained in:
@@ -18,9 +18,9 @@ public class Day00 {
|
||||
sb.append("\n");
|
||||
}
|
||||
String input = sb.toString();
|
||||
System.out.println(input);
|
||||
IO.println(input);
|
||||
} catch (Exception e) {
|
||||
System.out.println(e.getMessage());
|
||||
IO.println(e.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,9 +33,9 @@ public class Day00 {
|
||||
sb.append("\n");
|
||||
}
|
||||
String input = sb.toString();
|
||||
System.out.println(input);
|
||||
IO.println(input);
|
||||
} catch (Exception e) {
|
||||
System.out.println(e.getMessage());
|
||||
IO.println(e.getMessage());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user