用函数打印hello

#!/bin/bash
num(){
echo "hello"
}
num