HelloWorld/helloworld.bash

3 lines
40 B
Bash

#!/usr/bin/bash
printf "Hello world!\n"