Files
seer/tests/helloxmas/helloxmas.cpp
T
2022-12-25 14:14:51 -06:00

15 lines
244 B
C++

#include <stdio.h>
#include <stdlib.h>
int main(void){
long long test[] = {7512884309367350605,
2410377348306397554,
8481};
printf("%s\n", (char *) &test);
return EXIT_SUCCESS;
}