Files
2026-07-13 13:05:14 +08:00

6 lines
75 B
C++

#include <rerun.hpp>
int main() {
rerun::spawn().exit_on_failure();
}