Monodevelop on Ubuntu Console.ReadLine doesn't work
I'm trying to develop on Mono platform on Ubuntu. But I got trouble on my first application :) Here is the code: using System; using System.Threading; namespace threadings { class MainClass { public static void Main (string[] args) { Console.WriteLine ("The start"); string x=Console.ReadLine(); Console.WriteLine(x); Console.WriteLine ("the end"); } } } And here is the result: The start the end And no any string between them, and no reading from console happens, and I can't input anything. What is the problem? Maybe I do something wrong? My environment: Ubuntu: Linux nozim-desktop 2.6.32-32