Skip to content

Commit

Permalink
fixing an embedded fiddle in variables
Browse files Browse the repository at this point in the history
  • Loading branch information
webreidi authored Sep 18, 2024
1 parent e6334af commit af0e118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/english/csharp-basics/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Console.WriteLine(age); // prints out 12
```
We can assign a value to a varable, reference it and then change the value.

<iframe width="100%" height="475" src="https://dotnetfiddle.net/Widget/xKMKvn" frameborder="0"></iframe>
<iframe width="100%" height="475" src="https://dotnetfiddle.net/Widget/PPCCzG" frameborder="0"></iframe>

## What the Type -- Help Patrick!

Expand Down

0 comments on commit af0e118

Please sign in to comment.