-
Notifications
You must be signed in to change notification settings - Fork 0
added a new feature #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
| } | ||
| if (args.length > 0) { | ||
| System.out.println("Hello " + String.join(",", args) + "!"); | ||
| System.out.println("How are you?"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| public static void main(String[] args) { | ||
| String alternativeName = "Max"; | ||
| try { | ||
| BigDecimal youShouldNotDoThis = new BigDecimal(1.5d); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| String alternativeName = "Max"; | ||
| try { | ||
| BigDecimal youShouldNotDoThis = new BigDecimal(1.5d); | ||
| } catch (Throwable throwable) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| try { | ||
| BigDecimal youShouldNotDoThis = new BigDecimal(1.5d); | ||
| } catch (Throwable throwable) { | ||
| System.err.println(throwable); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.



No description provided.