fork download
  1. #include "stdio.h"
  2. int main(){
  3. {} + 3 == 3;
  4.  
  5. printf("wtf?! Well, ok, but js still sucks!");
  6. }
Success #stdin #stdout 0s 4356KB
stdin
Standard input is empty
stdout
wtf?! Well, ok, but js still sucks!