#include #include int test01(); int test02(); int main() { printf("Hallooooooooooooooooooo Welt!\n"); int result = test02(); return 0; }