Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

default.txt 335B

12345678910111213141516
  1. using System.IO.Compression;
  2. #pragma warning disable 414, 3021
  3. namespace MyApplication
  4. {
  5. [Obsolete("...")]
  6. class Program : IInterface
  7. {
  8. public static List<int> JustDoIt(int count)
  9. {
  10. Console.WriteLine($"Hello {Name}!");
  11. return new List<int>(new int[] { 1, 2, 3 })
  12. }
  13. }
  14. }