Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h> 
    main() 
    { 
        printf("hello, world\n"); 
    }
    
  2. or download this
    'main' : function should return a value; 'void' return type assumed