Initial commit

This commit is contained in:
github-classroom[bot] 2025-04-06 10:48:47 +00:00 committed by GitHub
commit 4dda0d330c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 4624 additions and 0 deletions

5
DigitSequence/Program.cs Normal file
View file

@ -0,0 +1,5 @@
using System.Text;
Console.OutputEncoding = Encoding.UTF8;
Console.WriteLine("*** DigitSequence ***");