mirror of
https://github.com/yaakov-h/Shamir.git
synced 2025-04-19 21:15:20 +00:00
Initial project structure
This commit is contained in:
parent
1fd7b8fae8
commit
ec19c1d01a
4 changed files with 58 additions and 0 deletions
12
src/console/Program.cs
Normal file
12
src/console/Program.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
|
||||
namespace Shamir
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello World!");
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue