2024-12-11 11:28:08 +01:00

8 lines
85 B
Plaintext

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