mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-08-10 18:19:36 +00:00
cli demo
This commit is contained in:
12
ElectronNET.CLI/Program.cs
Normal file
12
ElectronNET.CLI/Program.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace ElectronNET.CLI
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello World from electronize xy");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user