mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-04-06 14:53:47 +00:00
Initial commit
This commit is contained in:
parent
7fa1000b05
commit
143e708681
12 changed files with 98 additions and 23 deletions
3
vscode/Chapter07/SourceLinks/Program.cs
Normal file
3
vscode/Chapter07/SourceLinks/Program.cs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
string name = "Timothée Chalamet";
|
||||
int length = name.Count();
|
||||
Console.WriteLine($"{name} has {length} characters.");
|
||||
Loading…
Add table
Add a link
Reference in a new issue