/** * @file main.c * @author syxhe (https://t.me/syxhe) * @brief Putting everything together * @version 0.1 * @date 2025-06-09 * * @copyright Copyright (c) 2025 * */ #include "shared.h" #include "encryption.h" #include "threadpool.h" #include #include int main() { error(-1, ENOTSUP, "lol"); return 0; }