exercism / java

Exercism exercises in Java.
https://exercism.org/tracks/java
MIT License
678 stars 667 forks source link

Submission by CLI example is missing in `hello-world` instructions #2263

Closed loziniak closed 10 months ago

loziniak commented 1 year ago

This line ends with "e.g.", but there is no example:

https://github.com/exercism/java/blob/37dba5fe2a363851bb3243da361d00e8a0aa88dd/exercises/practice/hello-world/.docs/instructions.append.md?plain=1#L79

There is no information what files to submit in Java track, so the example would be very helpful.

andrerfcsantos commented 1 year ago

@loziniak Thanks for reporting this.

Are you interested in opening a PR adding an example to those instructions?

travis85904 commented 1 year ago

done. PR #2325

SleeplessByte commented 10 months ago

Fixed by #2325