fork download
  1. int main(void) {
  2. char *test_string = "test_string";
  3. *test_string = 'a';
  4. return 0;
  5. }
  6.  
Runtime error #stdin #stdout 0s 9288KB
stdin
Standard input is empty
stdout
Standard output is empty