mirror of
https://github.com/super-linter/super-linter.git
synced 2025-03-12 06:39:33 -04:00
4 lines
44 B
Bash
4 lines
44 B
Bash
|
function hello() {
|
||
|
echo "Hello, world!"
|
||
|
}
|