demo.cs 114 B

123456789
  1. using Terminal;
  2. class Demo {
  3. static void Main ()
  4. {
  5. var app = new Application ();
  6. }
  7. }