Files
2025-12-27 18:36:21 -06:00

8 lines
63 B
Bash

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