tA1LTaL1

Results 2 comments of tA1LTaL1

> Windows Subsystem for Linux

The source code is just the same as you mentioned in the README file. ```solidity pragma solidity ^0.5.7; contract KillBilly { bool public is_killable; mapping (address => bool) public approved_killers;...