There was an error while loading. Please reload this page.
int main (string[] args) { #if COND message ("COND IS DEFINED"); #else message ("COND IS NOT DEFINED"); #endif return 0; }
Errors on # symbols in https://pygments.org/demo/
int main (string[] args) { #if COND message ("COND IS DEFINED"); #else message ("COND IS NOT DEFINED"); #endif return 0; }Errors on # symbols in https://pygments.org/demo/