Skip to content

Instantly share code, notes, and snippets.

View banksJeremy's full-sized avatar

Jeremy Banks banksJeremy

View GitHub Profile
@banksJeremy
banksJeremy / mtf.cs
Created September 5, 2011 01:01
playing with linq as I first try C#
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Numerics;
namespace mtf
{
class Squares : IEnumerable
{