mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-31 04:58:21 +00:00
7 lines
60 B
Bash
Executable File
7 lines
60 B
Bash
Executable File
#!/usr/bin/env bash
|
|
main() {
|
|
echo "Hello, World!"
|
|
}
|
|
|
|
main
|