cs11dotnet7/vscode/Chapter07/SourceLinks/Program.cs
2022-09-18 11:16:18 +01:00

3 lines
120 B
C#

string name = "Timothée Chalamet";
int length = name.Count();
Console.WriteLine($"{name} has {length} characters.");