Skip to content

Instantly share code, notes, and snippets.

@savikin
savikin / alert_solution.cpp
Created October 21, 2025 09:58
weird code
#include <algorithm>
#include <filesystem>
#include <fstream>
#include <iostream>
#include <mutex>
#include <semaphore>
#include <string>
#include <string_view>
#include <thread>
#include <unordered_map>