fork download
  1. #include<stdio.h>
  2. #include<stdlib.h>
  3. int main () {
  4. printf("The capability of the worlds geniuses") ;///thats the tittle
  5. printf("Africa has the lagest number of geniuses");
  6.  
  7.  
  8.  
  9.  
  10. return 0;
  11.  
  12. }
Success #stdin #stdout 0s 5304KB
stdin
 
stdout
The capability of the worlds geniusesAfrica has the lagest number of geniuses