Controller-Slide-Presenter/Program.cs
Gerard Gascón 0c6f5efe0c Init
2024-06-06 17:10:09 +02:00

7 lines
No EOL
129 B
C#

namespace SwitchSlidePresenter;
class Program {
static void Main(string[] args) {
Console.WriteLine("Hello, World!");
}
}