Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
GlebSBrykin authored Sep 19, 2023
1 parent fff5cd4 commit 477af62
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion Implementation/src/Program.cs
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@

//***************************************************************************************************
//* (C) ColorfulSoft corp., 2019-2022. All rights reserved.
//* The code is available under the Apache-2.0 license. Read the License for details.
//***************************************************************************************************

using System;

namespace bsc
{
class Program
{
public static void Main(string[] args)
{
Console.WriteLine("Hello World!");

// TODO: Implement Functionality Here

Console.Write("Press any key to continue . . . ");
Console.ReadKey(true);
}
}
}

0 comments on commit 477af62

Please sign in to comment.