2024-09-04 23:46:54 +10:00

7 lines
84 B
Plaintext

main()
{
assert(isdefined(self));
wait 0;
if (isdefined(self))
self delete();
}