Skip to content

Commit

Permalink
Update task.md
Browse files Browse the repository at this point in the history
language checked
  • Loading branch information
stephen-hero authored May 27, 2024
1 parent ba98048 commit 237f9e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions introductionSection/welcomeLesson/helloHelenaTask/task.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Say hello to Helena! Add implementation to method `helloHelena` method which should return “Hello, Helena!” given number of times, separated by new line.
Say hello to Helena! Add an implementation to the `helloHelena` method, which should return “Hello, Helena!” a given number of times. Each greeting should be separated by a newline.

<div class="hint" title="How to get platform-specific new line symbol?">
<div class="hint" title="How to get a platform-specific newline symbol?">

Use `System.lineSeparator()` to get platform-specific new line symbol
</div>
Use `System.lineSeparator()` to get a platform-specific newline symbol.
</div>

0 comments on commit 237f9e8

Please sign in to comment.