Sha256: 4115d3dd1884f8177723784993c4f2bf38f1a872b827d2294a00c0f7906ea37a
Contents?: true
Size: 293 Bytes
Versions: 281
Compression:
Stored size: 293 Bytes
Contents
using System; public class BowlingGame { public void Roll(int pins) { throw new NotImplementedException("You need to implement this function."); } public int? Score() { throw new NotImplementedException("You need to implement this function."); } }
Version data entries
281 entries across 281 versions & 1 rubygems