Problem Statement
A description of the problem can be found on Hackerrank.
Solution
1 2 3 4 |
#!/bin/bash read name echo "Welcome $name" |
Solutions also available on my GitHub.
Problem Statement
A description of the problem can be found on Hackerrank.
Solution
1 2 3 4 |
#!/bin/bash read name echo "Welcome $name" |
Solutions also available on my GitHub.