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