#include void foo(){ puts("You finished the problem!"); } int main(){ asm("call foo;"); return 0; }