fork download
  1. #include <stdio.h>
  2.  
  3. const char SOUNDS[2][12] = {
  4. "soudanee.wav",
  5. "un.wav"
  6. };
  7.  
  8. int main(void) {
  9. printf("%s",SOUNDS[0]);
  10.  
  11. // your code goes here
  12. return 0;
  13. }
  14.  
Success #stdin #stdout 0s 10320KB
stdin
Standard input is empty
stdout
soudanee.wavun.wav