Files
monitor/bin/main.cpp
2026-03-31 09:57:31 +03:00

8 lines
87 B
C++
Executable File

#include "run.hpp"
auto main(int argc, char* args[]) -> int
{
// test sshd
run();
}