Codebase list ohcount / 3c3c2f4 test / detect_files / cs1.cs
3c3c2f4

Tree @3c3c2f4 (Download .tar.gz)

cs1.cs @3c3c2f4raw · history · blame

1
2
3
4
5
6
7
// Class to test it all
public class SomeClass
{
    public static void Main () {
        SomeClass x = new SomeClass ();
    }
}