fork download
  1. #include <stdio.h>
  2. #include <stdint.h>
  3. int main(){
  4. uint64_t msg[] = {0x57202c6f6c6c6548, 0x21646c726f};
  5. puts((char *)msg);
  6. return 0;
  7. }
Success #stdin #stdout 0s 2160KB
stdin
Standard input is empty
stdout
Hello, World!