Skip to content

Instantly share code, notes, and snippets.

@JamesTryand
Created December 30, 2011 17:22
Show Gist options
  • Save JamesTryand/1540673 to your computer and use it in GitHub Desktop.
Save JamesTryand/1540673 to your computer and use it in GitHub Desktop.
Simple Static Code Analysis Summary Tool For Legacy Projects
using System;
namespace SSCASTFLP
{
class Program
{
public static void Main(string[] args)
{
Console.Write("Holy Fucking Shit. That Codebase Is Shocking.");
Console.ReadKey(true);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment