fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5.  
  6. printf("danes je ponedeljek");
  7. return 0;
  8.  
  9. printf("kako si?");
  10.  
  11.  
  12. printf("jutri bo torek");
  13. }
  14.  
Success #stdin #stdout 0.01s 5276KB
stdin
Standard input is empty
stdout
danes je ponedeljek