mirror of
https://github.com/emptyynes/LIVM.git
synced 2025-01-08 01:22:25 +03:00
8 lines
No EOL
139 B
C
8 lines
No EOL
139 B
C
#include <stdio.h>
|
|
|
|
|
|
void main() {
|
|
unsigned long long int x[] = {0x6f77206f6c6c6568, 0x0000000000646c72};
|
|
char* y = (char*)x;
|
|
puts(y);
|
|
} |