Initial commit
This commit is contained in:
commit
962f0fd813
16 changed files with 6484 additions and 0 deletions
7
Highscore/Program.cs
Normal file
7
Highscore/Program.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
using System.Text;
|
||||
using Highscore;
|
||||
|
||||
Console.OutputEncoding = Encoding.UTF8;
|
||||
|
||||
Console.WriteLine($"*** Highscores ***{Environment.NewLine}");
|
||||
HighscoreProcessing.Run();
|
||||
Loading…
Add table
Add a link
Reference in a new issue