diff --git a/misc/Getting started with .NET.dib b/misc/Getting started with .NET.dib index 715c719..48eb7ed 100644 --- a/misc/Getting started with .NET.dib +++ b/misc/Getting started with .NET.dib @@ -43,6 +43,7 @@ You can also re-assign different values to a variable, like so: #!csharp +string aFriend; aFriend = "Maira"; Console.WriteLine(aFriend);