Skip to content

Instantly share code, notes, and snippets.

@jongyllen
jongyllen / gist:1831466
Created February 14, 2012 23:11
Greg Young Probability kata proposed solution #1
using System;
using NUnit.Framework;
namespace ProbabilityKata
{
[TestFixture]
public class ProbabilityTests
{
[Test]
public void CanCompareTwoEqualProbabilities()