mirror of
https://github.com/revsic/cpp-obfuscator
synced 2026-06-08 17:08:30 +00:00
8 lines
129 B
C++
8 lines
129 B
C++
#include "../obfuscator.hpp"
|
|
|
|
#include <iostream>
|
|
|
|
int main() {
|
|
std::cout << MAKE_RAND_VAL(100) << std::endl;
|
|
return 0;
|
|
} |