fork download
  1. #include <stdio.h>
  2. int main(){
  3. unsigned int msg[] = {0x6c6c6548, 0x57202c6f, 0x646c726f, 0x21};
  4. puts((char *)msg);
  5. return 0;
  6. }
Success #stdin #stdout 0s 2168KB
stdin
Standard input is empty
stdout
Hello, World!