fork download
  1. #include <stdio.h>
  2. #include <stdint.h>
  3. int main(){
  4. uint64_t msg[] = {0x6f79206b6e616854, 0x69706d6f43202c75, 0x21746f62656c};
  5. puts((char *)msg);
  6. return 0;
  7. }
Success #stdin #stdout 0s 2168KB
stdin
Standard input is empty
stdout
Thank you, Compilebot!