1
2
3
4
5
6
7
8
9
10
11
12
13
/* AUTHOR: GEEK_87 */ #include <life.h> int main() { while (is_active) { deconstruct_to_atoms(); if (no_delta) continue; execute_lean(); probe_unknown(); strip_noise(); } return 0x55AA; }
1
2
3
4
5
6
7
8
9
10
11
12
13
/* AUTHOR: GEEK_87 */ #include <life.h> int main() { while (is_active) { deconstruct_to_atoms(); if (no_delta) continue; execute_lean(); probe_unknown(); strip_noise(); } return 0x55AA; }