diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2025-12-21 12:06:52 +0100 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2025-12-21 12:06:52 +0100 |
| commit | 87370a6c7d891a30d6a50ed66ac98feda5a63817 (patch) | |
| tree | 8d2654ca3ab3e77bf52358ff7f21bcb45f8bb047 /assets/secret/secret.c | |
initial commit
Diffstat (limited to 'assets/secret/secret.c')
| -rw-r--r-- | assets/secret/secret.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/secret/secret.c b/assets/secret/secret.c new file mode 100644 index 0000000..7a21e6c --- /dev/null +++ b/assets/secret/secret.c @@ -0,0 +1,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); +} |
