fork download
  1. using System;
  2. using System.Collections.Generic;
  3.  
  4. public class Test
  5. {
  6. public static void Main()
  7. {
  8. List<int> test = new List<int>();
  9. }
  10. }
Success #stdin #stdout 0.01s 33584KB
stdin
Standard input is empty
stdout
Standard output is empty