Created
December 30, 2011 17:22
-
-
Save JamesTryand/1540673 to your computer and use it in GitHub Desktop.
Simple Static Code Analysis Summary Tool For Legacy Projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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