mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-14 05:34:48 +00:00
13 lines
204 B
C#
13 lines
204 B
C#
using System;
|
|
|
|
namespace ElectronNET.CLI
|
|
{
|
|
class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
Console.WriteLine("Hello World from electronize xy");
|
|
}
|
|
}
|
|
}
|