Program.cs 131 B

12345678910
  1. namespace tes
  2. {
  3. internal class Program
  4. {
  5. static void Main(string[] args)
  6. {
  7. }
  8. }
  9. }