func hello() {
    print("hello");
}

func main() {
    hello();
    return 0;
}
