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