BlogHide Resteemsanderluiz (25)in steem • 7 years agoSyntax highlight on SteemitSteemit does not provide syntax highlight yet. Test failed :( import Supervisor.Spec children = [ supervisor(TCP.Pool, []), worker(TCP.Acceptor, [4040]) ] Supervisor.start_link(children…