Tuesday, December 13, 2022

Let's Echo in BASH

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

-


SOLUTION:

echo "HELLO"

No comments:

Post a Comment

Featured Post

14. Longest Common Prefix

Popular Posts