7 lines
97 B
C#
Raw Permalink Normal View History

// CS1009: Unrecognized escape sequence `\i'
// Line : 6
class X
{
static string s = "\i";
}