
MonoDevelop is a very comfortable tool for developing .NET applications using Linux. I think it will take some time for me to get used to it, but it is defenitly possible.
using System;
class HelloWorld {
static void Main() {
Console.WriteLine("Hello World");
}
}
No comments:
Post a Comment