#include <stdio.h>

int main() {
   printf("Func: %s", __func__);
}
