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