fork download
  1. #include <stdio.h>
  2. #define NESO "%s\n"
  3. #define VAR "welacone to the rainforest"
  4. int main(void) {
  5. // your code goes here
  6. printf(NESO,VAR);
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0s 5460KB
stdin
Standard input is empty
stdout
welacone to the rainforest