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 Dec 14, 2023
1 parent 58db8c8 commit fb5aeba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TheFirstDateWithProgramming/BuiltinFunctions/task.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Let's start to implement our **Story twister** project. Let's start from printing an introduction to the user.
Let's start implementing our **Story twister** project. Let's first print an introduction to the user.

<div class="hint" title="Push me to view how the project will look like after completing all tasks of this project">
<div class="hint" title="Push me to view what the project will look like after completing all tasks of this project">

![The game's example](../../utils/src/main/resources/images/part1/first.date/game.gif "The game's example")

Expand All @@ -14,4 +14,4 @@ Hello! I will ask you several questions.
Please answer all of them and be honest with me!
```

**Note**: to avoid typos just copy the text from here and paste into your code.
**Note**: to avoid typos, just copy the text from here and paste it into your code.

0 comments on commit fb5aeba

Please sign in to comment.