In this post, you will learn how to solve Let’s Echo HackerRank Solution. This problem is a part of Linux Shell series.
So, without further ado, let’s begin this tutorial.
Task
Write a bash script that prints the string “HELLO”.
Input Format
There is no input file required for this problem.
Output Format
HELLO
Sample Input
-
Sample Output
HELLO
Solution – Let’s Echo HackerRank Solution
echo "HELLO"
Note: This problem (Let’s Echo) is generated by HackerRank but the solution is provided by CodingBroz. This tutorial is only for Learning and Educational purpose.