Initial commit

This commit is contained in:
Mark J Price 2022-09-18 11:16:18 +01:00
parent 7fa1000b05
commit 143e708681
12 changed files with 98 additions and 23 deletions

View file

@ -0,0 +1,3 @@
string name = "Timothée Chalamet";
int length = name.Count();
Console.WriteLine($"{name} has {length} characters.");