Files
monitor/bin/main.cpp
2026-03-31 16:48:04 +03:00

8 lines
89 B
C++
Executable File

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