Skip to content

Instantly share code, notes, and snippets.

@Feddas
Feddas / CypherLiteral.cs
Last active August 29, 2015 14:23 — forked from WilliamHester/TwoHundred.java
If A=1, B=2, C=3, etc., then T+W+O+H+U+N+D+R+E+D+A+N+D+F+I+F+T+Y+N+I+N+E = 259
/// <summary>
/// brute force solution for http://www.reddit.com/r/Showerthoughts/comments/3a3xzw/if_a1_b2_c3_etc_then_twohundredandfiftynine_259/
/// Interaction logic for CypherLiteral.xaml
/// </summary>
public partial class CypherLiteral : UserControl
{
public readonly String[] ONES = new String[]{"",
"ONE", "TWO", "THREE", "FOUR", "FIVE", "SIX",
"SEVEN", "EIGHT", "NINE"};