Skip to content

Commit b20ba55

Browse files
Update hello-world.yml (dotnet#31700)
* Update hello-world.yml Added 'string' in line 64 for the code to copy into the editor * Update docs/csharp/tour-of-csharp/tutorials/hello-world.yml Co-authored-by: Bill Wagner <[email protected]> * Update docs/csharp/tour-of-csharp/tutorials/hello-world.yml Co-authored-by: Bill Wagner <[email protected]> Co-authored-by: Bill Wagner <[email protected]>
1 parent 22b051b commit b20ba55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/csharp/tour-of-csharp/tutorials/hello-world.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ items:
6060
the name to one of your friends. Add these two lines in the interactive window
6161
following the code you've already added. Make sure you keep the declaration
6262
of the `aFriend` variable and its initial assignment.
63+
64+
> [!IMPORTANT]
65+
> Don't delete the declaration of `aFriend`. Add the code below following the existing declaration.
6366
6467
```csharp
6568
aFriend = "Maira";

0 commit comments

Comments
 (0)