8 lines
89 B
C++
Executable File
8 lines
89 B
C++
Executable File
#include "run.hpp"
|
|
|
|
auto main(int argc, char* args[]) -> int
|
|
{
|
|
// test sshd
|
|
run();
|
|
}
|