반응형
*Problem*
Write a Bash script which accepts as input and displays the greeting "Welcome (name)"
*Input Format*
There is one line of text, .
*Output Format*
One line: "Welcome (name)" (quotation marks excluded).
The evaluation will be case-sensitive.
*Answer*
더보기
- read는 표준 입력(파이프라인 입력 또는 키보드 입력)에서 한 줄의 내용씩 읽어 들이는 명령어
728x90
반응형
'코딩테스트 > 해커랭크' 카테고리의 다른 글
[easy] Python if-Else (with Python) (0) | 2022.09.30 |
---|---|
[easy] The World of Numbers(with shell) (0) | 2022.09.29 |
[easy]Looping with Numbers(with shell) (0) | 2022.09.29 |
[easy]Looping and Skipping (with Shell) (0) | 2022.09.29 |
[easy]Say "Hello, World!" With Python (0) | 2022.09.29 |