Lingo, first commit
This commit is contained in:
commit
e5297b3b86
6 changed files with 5817 additions and 0 deletions
9
Lingo/Program.cs
Normal file
9
Lingo/Program.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace Lingo;
|
||||
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue