Sha256: 8463317b4c4b6aa1d89ba2b7442d5fd9fd751e33997b513440a2dc3f04105a75
Contents?: true
Size: 368 Bytes
Versions: 134
Compression:
Stored size: 368 Bytes
Contents
using System; public enum ConnectWinner { White, Black, None } public class Connect { public Connect(string[] input) { throw new NotImplementedException("You need to implement this function."); } public ConnectWinner Result() { throw new NotImplementedException("You need to implement this function."); } }
Version data entries
134 entries across 134 versions & 1 rubygems