2022-05-10 19:56:47 -04:00

8 lines
53 B
Bash

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