Author Topic: start  (Read 2213 times)

shabbar hussain

  • Guest
start
« on: August 27, 2017, 02:59:28 pm »
#include<stdio.h>
 
int main()
{
     printf("welcome to my program ");

}

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: start
« Reply #1 on: August 28, 2017, 12:24:41 am »
And the problem is?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline sodev

  • Regular
  • ***
  • Posts: 497
Re: start
« Reply #2 on: August 28, 2017, 12:26:09 pm »
Probably "Function must return a value" or something like that :D