#include <stdio.h>
void Make dosa()
{
    printf("dosa is ready:\n");
}
int main()
{
    Make dosa();
}
return 0;