using System;
public class Hello
{
public static void Main()
{
Console.WriteLine("Hello mono");
}
}
this .cs gave this error.
(process:1252): ** ERROR **: file unicode.c: line 288
(iconv_get_length): should not be reached
aborting...
/home/prashant/mono/bin/mcs: line 2: 1252 Aborted
/home/prashant/mono/bin/mono /home/