fork download
  1. #include<stdio.h>
  2. /**************************
  3. * pierwszy program *
  4. * Autor: Hubert Zembrowski*
  5. * na potrzeby PSwC *
  6. * Licencja: Beerware *
  7. ***************************/
  8. int main(void)
  9. {
  10. /* to jest printf*/
  11. printf("Hello UKSW");
  12. // printf("zakomentowane");
  13. /* return 0;
  14.   return 0; */
  15. return 0;
  16. }
Success #stdin #stdout 0s 5304KB
stdin
Standard input is empty
stdout
Hello UKSW