LIVM/faxm/main.c

8 lines
139 B
C
Raw Normal View History

2022-04-09 00:20:48 +03:00
#include <stdio.h>
void main() {
unsigned long long int x[] = {0x6f77206f6c6c6568, 0x0000000000646c72};
char* y = (char*)x;
puts(y);
}