#include void call_me() { printf("I was called"); } int main() { call_me(); return 0; }