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