2023-11-26 21:14:45 -08:00
|
|
|
#include <mammoth/util/debug.h>
|
2023-12-07 00:19:17 -08:00
|
|
|
#include <zcall.h>
|
2023-11-26 21:14:45 -08:00
|
|
|
|
|
|
|
uint64_t main(uint64_t init_port_cap) {
|
|
|
|
dbgln("testbed");
|
2023-12-07 00:19:17 -08:00
|
|
|
check(ZThreadSleep(2000));
|
|
|
|
dbgln("testbed2");
|
2023-11-26 21:14:45 -08:00
|
|
|
|
|
|
|
return glcr::OK;
|
|
|
|
}
|