#include void hello() { printf("hello"); } int main() { hello(); }