By default, the method reads input from a 256-character input buffer. Because this includes the Environment.NewLine character(s), the method can read lines that contain up to 254 characters. To read longer lines, call the OpenStandardInput(Int32) method.
주의해야겠네요.
https://stackoverflow.com/questions/5557889/console-readline-max-length
'Programming' 카테고리의 다른 글
[curl] 윈도우 환경에서 라이브러리 빌드 및 설치 (0) | 2018.07.04 |
---|---|
Mark-and-Sweep: Garbage Collection Algorithm (0) | 2018.06.28 |
10 things Idris improved over Haskell (0) | 2018.04.27 |
(Haskell) mutation (0) | 2018.04.13 |
(Solved) Free Pascal IDE startup error (0) | 2018.04.10 |