Hello Everyone I'm learning to code in dev c++ 4.9.8.0 version 2

Here is the code Simple as it is

Code:
#include <stdio.h> 
main()
{
Printf ( " My first program in Dev c++.\n");
return 0;
}

And it doesnt work can anyone help?

Also I would like to get any helpful links to help a new beginner

Thankyou Eric