fork(7) download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. public static void Main()
  6. {
  7. char[,] arreglo = new char[8, 10];
  8. Random r = new Random();
  9. for (int i = 0; i < arreglo.GetLength(0); ++i)
  10. {
  11. for (int j = 0; j < arreglo.GetLength(1); ++j)
  12. {
  13. arreglo[i, j] = (char)r.Next(32, 255);
  14. }
  15. }
  16. foreach (char c in arreglo)
  17. {
  18. Console.Write(c);
  19. }
  20. }
  21. }
Success #stdin #stdout 0.02s 24136KB
stdin
Standard input is empty
stdout
öž·šOê_ûØâüÙÁ¹:ðõù¬jWyF¯eNš‘Ú‡=¡EuhùÇðL  “I•TRmÄhér?›ôŠyY䓏“3T:q´Â«ÀAÉ÷ß ¬¸÷žJ