cs11dotnet7/vscode/Chapter07/SourceLinks/Program.cs

3 lines
120 B
C#
Raw Normal View History

2022-09-18 12:16:18 +02:00
string name = "Timothée Chalamet";
int length = name.Count();
Console.WriteLine($"{name} has {length} characters.");