2020-11-27 17:49:12 -05:00

8 lines
53 B
Bash

#!/bin/bash
main() {
echo "Hello World"
}
main