fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. int x = 0, y = 2;
  5. if (x = y)
  6. printf("Hello, %d\n", x);
  7. }
  8.  
Success #stdin #stdout 0s 4516KB
stdin
Standard input is empty
stdout
Hello, 2