Skip to content

Hello World

Nuno Nogueira edited this page Dec 14, 2022 · 22 revisions
  • The first and universal attempt at all computer languages.

  • Write a simple message in the shell.

Code

#!/bin/bash

echo "Hello World!"

-> DOWNLOAD script file hello_world.sh

Clone this wiki locally