[RUST/COMMON] Stdin 구조체 : read_line 메소드를 사용해 표준 입력에서 문자열 구하기

■ Stdin 구조체의 read_line 메소드를 사용해 표준 입력에서 문자열을 구하는 방법을 보여준다.

예제 코드 (RS)

Advertisements