7 lines
120 B
Plaintext

parameter unit;
code
{ # This contract will never accept a incoming transaction
FAIL};
return unit;
storage unit;