Skip to content

Commit

Permalink
Merge pull request #341 from TimD1/master
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Ribeiro-Dantas <mribeirodantas@seqera.io>
Co-authored-by: TimD1
  • Loading branch information
mribeirodantas committed Jun 13, 2024
2 parents be85d75 + 1d20964 commit a6bd44c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/basic_training/groovy.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ println '$x $y'

```console title="Output"
The quick brown fox
$x + $y
$x $y
```

!!! info
Expand All @@ -270,7 +270,7 @@ $x + $y

!!! question "Exercise"

Modify the script above to print `Hello World` instead of `$x + $y`.
Modify the script above to print `Hello World` instead of `$x $y`.

??? Solution

Expand Down

0 comments on commit a6bd44c

Please sign in to comment.