lab challenge

Bash Challenge: Hello World

Difficulty: Beginner
Duration: Up to 15 minutes
Students: 130
Rating: 3.6/5
Get challenged in a real environmentProve your skills in a real-world, provisioned environment.
Push your limitsComplete an unguided mission within the time limit.
See resultsTest your problem-solving skills and track your progress.

Description

The classical introductory exercise. Just say "Hello, World!".

"Hello, World!" is the traditional first program for beginning programming in a new language or environment.

The objectives are simple:

  • Modify the provided code so that it produces the string "Hello, World!".
  • Run the test suite and make sure that it succeeds.
  • Submit your solution.

Prerequisites

  • Knowledge of Bash

Intended audience

  • Beginner Bash script developers

What will be assessed

  • Your ability to write Bash code within a time-limited environment

Covered topics