mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-02-07 21:18:59 +00:00
7 lines
59 B
Bash
7 lines
59 B
Bash
![]() |
#/usr/bin/env bash
|
||
|
main() {
|
||
|
echo "Hello, World!"
|
||
|
}
|
||
|
|
||
|
main
|