rerun-io--rerun
6 行
75 B
C++
6 行
75 B
C++
#include <rerun.hpp>
|
|
|
|
int main() {
|
|
rerun::spawn().exit_on_failure();
|
|
}
|