Sha256: 45a8f7663d11841773a179cee316076a2de1c324e5d8efb9351bd6dcd09c3dc8
Contents?: true
Size: 366 Bytes
Versions: 147
Compression:
Stored size: 366 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
147 entries across 147 versions & 1 rubygems