summaryrefslogtreecommitdiff
path: root/assets/secret/secret.c
blob: 7a21e6c0cf0ca28d1c0461289f977cc14292e745 (plain)
1
2
3
4
5
6
7
8
9
10
#include <stdio.h>
#include <stdint.h>
int main(){
    uint64_t a = 4610877184;
    uint64_t b = 752229920040515872ull;
    uint64_t c = 7311146936728383086ull;
    uint64_t d = 8027420536511817038ull;
        
    printf("%s", (char*)&d);
}