mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Bootstrap the reactive sample app
This commit is contained in:
10
ReactiveExample/Program.cs
Normal file
10
ReactiveExample/Program.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace ReactiveExample {
|
||||
class Program {
|
||||
static void Main (string [] args)
|
||||
{
|
||||
Console.WriteLine ("Hello World!");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user