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