Lets Echo HackerRank Solution

Hello coders, In this post, you will learn how to solve the Lets Echo HackerRank Solution. This problem is a part of the Linux Shell series.

Lets Echo HackerRank Solution

Problem

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

Explanation

Lets Echo HackerRank Solution

echo "HELLO"

Note: This problem (Let’s Echo) is generated by HackerRank but the solution is provided by chase2learn. This tutorial is only for Learning and Educational purpose.

Sharing Is Caring