mirror of
https://github.com/yaakov-h/Shamir.git
synced 2025-04-19 04:55:19 +00:00
13 lines
188 B
C#
13 lines
188 B
C#
|
using System;
|
|||
|
|
|||
|
namespace Shamir
|
|||
|
{
|
|||
|
class Program
|
|||
|
{
|
|||
|
static void Main(string[] args)
|
|||
|
{
|
|||
|
Console.WriteLine("Hello World!");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|