6 lines
68 B
Bash
6 lines
68 B
Bash
#!/usr/bin/env bash
|
|
#
|
|
# exercism: hello world
|
|
|
|
echo "Hello, World!"
|