java
java copied to clipboard
i fixed my first open source problem
i am a newcomer in this open source world. can anyone please review my code?
Hey,
Glad you are motivated to contribute to open source!
However, this PR doesn't fix a problem. The instructions say:
Either working locally or using the online editor, you should find the following code:
String getGreeting() { return "Goodbye, Mars!"; }
Which is exactly the code you find when you open Greeter.java for the first time. So, the instructions are correct.
For this reason, I'll close this PR. Feel free to add additional comments if you feel the instructions should be modified in some other way.