diff --git a/TheFirstDateWithProgramming/BuiltinFunctions/task.md b/TheFirstDateWithProgramming/BuiltinFunctions/task.md index bdc4ad14..0ebd7ddc 100644 --- a/TheFirstDateWithProgramming/BuiltinFunctions/task.md +++ b/TheFirstDateWithProgramming/BuiltinFunctions/task.md @@ -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. -
+
![The game's example](../../utils/src/main/resources/images/part1/first.date/game.gif "The game's example") @@ -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. \ No newline at end of file +**Note**: to avoid typos, just copy the text from here and paste it into your code.