mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-01-07 22:53:14 -06:00
10 lines
148 B
C#
10 lines
148 B
C#
using System;
|
|
using System.Diagnostics;
|
|
|
|
class Script
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
Console.WriteLine("Hello World!");
|
|
}
|
|
} |