Program.cs 230 B

1234567891011121314
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Threading.Tasks;
  5. namespace NetCoreApp
  6. {
  7. public class Program
  8. {
  9. public static void Main(string[] args)
  10. {
  11. }
  12. }
  13. }