fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. int main() {
  5. char *heart = NULL;
  6.  
  7. printf("Loading memories...\n");
  8. printf("Accessing emotional address...\n");
  9.  
  10. // พยายามเข้าถึงความรู้สึกที่ไม่ควรถูกแตะ
  11. heart[0] = '💔'; // BOOM
  12.  
  13. printf("Everything is fine...\n");
  14. return 0;
  15. }
  16. return 0;
  17. }
  18.  
Success #stdin #stdout 0s 5320KB
stdin
Standard input is empty
stdout
Standard output is empty