Skip to content

Instantly share code, notes, and snippets.

@wimplash
wimplash / PoemFinder.cs
Created July 3, 2015 15:26
A solution for challenge #221 from /r/dailyprogrammer
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
namespace PoemFinder
{
internal static class PoemFinder