Changeset 9500 for 2017/30/MikkoH/Matrix
- Timestamp:
- 2018-02-11 23:56:27 (4 years ago)
- Location:
- 2017/30/MikkoH/Matrix
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
2017/30/MikkoH/Matrix/Matrix/Program.cs
r9499 r9500 10 10 { 11 11 Console.CursorVisible = false; Console.OutputEncoding = Encoding.UTF8; 12 h = Console.WindowHeight = 50; w = Console.WindowWidth = 1 50;12 h = Console.WindowHeight = 50; w = Console.WindowWidth = 120; 13 13 14 14 hs = new int[w]; … … 19 19 } 20 20 21 static char RC() => (char) r.Next(0x0 1F8, 0x0248);21 static char RC() => (char) r.Next(0x03B1, 0x03CF); 22 22 23 23 static void Print(int y, int x, ConsoleColor c, char ch)
Note: See TracChangeset
for help on using the changeset viewer.