fork download
  1. #define LOG
  2.  
  3. #if LOG
  4. using System;
  5. #endif
  6.  
  7. class Program
  8. {
  9. public static void Main()
  10. {
  11. }
  12. }
Success #stdin #stdout 0s 33528KB
stdin
Standard input is empty
stdout
Standard output is empty