This commit is contained in:
Robert Muehsig
2017-10-03 23:37:46 +02:00
parent ddea8d617c
commit 7c8c26479a
7 changed files with 79 additions and 6 deletions

View File

@@ -0,0 +1,12 @@
using System;
namespace ElectronNET.CLI
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World from electronize xy");
}
}
}