scwrypts/zsh/hello-world

7 lines
118 B
Plaintext
Raw Normal View History

#!/bin/zsh
#####################################################################
MAIN() {
SUCCESS 'Hello, World!'
}