Hi - I’m trying to learn the first steps in programming. I have entered the following first program
#include <stdio.h>
main()
{
printf(“text”)
etc etc
but keep getting the same error for the second line.
warning: type specifier missing, defaults to ‘int’ [-Wimplicit-int]
I have tried variants and a few suggestions from other sites but nothing works. I’m sure I’m making a very basic error but can’t figure out what. Can anyone help?