#include void myFunc() { printf("My first Function!"); } int main() { myFunc(); return 0; }