fork download
  1. #include <stdio.h>
  2. #define This
  3. #define program int main() {
  4. #define aims
  5. #define to
  6. #define output printf(
  7. #define some
  8. #define example
  9. #define text(a) #a
  10. #define the
  11. #define screen "\n");
  12. #define it ;
  13. #define also
  14. #define will
  15. #define calculate ;int a =
  16. #define result
  17. #define of
  18. #define and
  19. #define print ; printf("%d\n", a);
  20. #define seriously ;return 0; }
  21.  
  22. This program aims to output some example text (Hello) to the screen
  23. it also will calculate the result of 3 + 4 and print the result seriously
Success #stdin #stdout 0s 2156KB
stdin
Standard input is empty
stdout
Hello
7